Minor change in the wording of argparsing.
authortilly-Q <nattilypigeonfowl@gmail.com>
Thu, 13 Feb 2014 18:57:10 +0000 (13:57 -0500)
committertilly-Q <nattilypigeonfowl@gmail.com>
Mon, 21 Apr 2014 16:10:19 +0000 (12:10 -0400)
mediagoblin/gmg_commands/batchaddmedia.py

index 7d7a2d4fe1f7ddf0a4dc1b7554095df483b60b4f..2fd36dfbf2ebfa0568c47882ace316c67c8d540e 100644 (file)
@@ -36,12 +36,12 @@ def parser_setup(subparser):
         '--directory', action='store_const',
         const='directory', dest='target_type', 
         default='directory', help=(
-"Target is a directory"))
+"Choose this option is the target is a directory."))
     target_type.add_argument('-a',
         '--archive', action='store_const',
         const='archive', dest='target_type',
         help=(
-"Target is an archive."))
+"Choose this option if the target is an archive."))
     subparser.add_argument(
         'target_path',
         help=(