From fb5ddc2e955357dca7893e6e5b7298ccb4c0e4c5 Mon Sep 17 00:00:00 2001 From: Simon de Haan Date: Fri, 24 Oct 2014 12:21:56 +0200 Subject: [PATCH] missing important comma --- elasticgit/commands/resync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticgit/commands/resync.py b/elasticgit/commands/resync.py index 02aa6fe..c357210 100644 --- a/elasticgit/commands/resync.py +++ b/elasticgit/commands/resync.py @@ -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)