Skip to content

Commit

Permalink
missing important comma
Browse files Browse the repository at this point in the history
  • Loading branch information
smn committed Oct 24, 2014
1 parent 15a8df5 commit fb5ddc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticgit/commands/resync.py
Expand Up @@ -28,7 +28,7 @@ class ResyncTool(ToolCommand):
dest='model_class_name',
help='The model class to load.', required=True),
CommandArgument(
'-s' '--section-name',
'-s', '--section-name',
dest='section_name',
help='The section from where to read the config keys.',
default=DEFAULT_SECTION)
Expand Down

0 comments on commit fb5ddc2

Please sign in to comment.