From: tilly-Q Date: Thu, 13 Feb 2014 18:57:10 +0000 (-0500) Subject: Minor change in the wording of argparsing. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=27b7d94896cd3cede2050b62af1321ad69cd3fa1;p=mediagoblin.git Minor change in the wording of argparsing. --- diff --git a/mediagoblin/gmg_commands/batchaddmedia.py b/mediagoblin/gmg_commands/batchaddmedia.py index 7d7a2d4f..2fd36dfb 100644 --- a/mediagoblin/gmg_commands/batchaddmedia.py +++ b/mediagoblin/gmg_commands/batchaddmedia.py @@ -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=(