diff options
author | cfdv <caldavis@gmail.com> | 2011-06-19 17:20:23 -0500 |
---|---|---|
committer | cfdv <caldavis@gmail.com> | 2011-06-19 17:20:23 -0500 |
commit | cd95cb6d3d6ffa403be5f2b347862929917aa1e3 (patch) | |
tree | 07c7625b589437c927bc0eaa9ed4cdc27f9257d5 /mediagoblin/gmg_commands/shell.py | |
parent | 699b5475806c43af339d48408a7ea04ae9027c1a (diff) | |
parent | 188240e312b8c5ff50bef276c97b36e5b3835f1e (diff) | |
download | mediagoblin-cd95cb6d3d6ffa403be5f2b347862929917aa1e3.tar.lz mediagoblin-cd95cb6d3d6ffa403be5f2b347862929917aa1e3.tar.xz mediagoblin-cd95cb6d3d6ffa403be5f2b347862929917aa1e3.zip |
Merge remote-tracking branch 'origin/master' into is315
Diffstat (limited to 'mediagoblin/gmg_commands/shell.py')
-rw-r--r-- | mediagoblin/gmg_commands/shell.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mediagoblin/gmg_commands/shell.py b/mediagoblin/gmg_commands/shell.py index 16caf398..dc1621d1 100644 --- a/mediagoblin/gmg_commands/shell.py +++ b/mediagoblin/gmg_commands/shell.py @@ -25,9 +25,6 @@ def shell_parser_setup(subparser): subparser.add_argument( '-cf', '--conf_file', default='mediagoblin.ini', help="Config file used to set up environment") - subparser.add_argument( - '-cs', '--app_section', default='app:mediagoblin', - help="Section of the config file where the app config is stored.") SHELL_BANNER = """\ |