Skip to content
Snippets Groups Projects
Commit 2df9c96a authored by Sébastien Helleu's avatar Sébastien Helleu
Browse files

Fix help on -j/--js option

parent fbba077c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -387,7 +387,8 @@ def main():
parser.add_argument(
'-j', '--js',
default=','.join(pygal_config.js),
help='comma-separated list of the two javascript files used in SVG')
help='comma-separated list of the two javascript files/links used in '
'SVG')
parser.add_argument(
'chart',
metavar='chart', choices=sorted(GitChart.charts),
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment