expand_json utility... yet another convenience function :)
[mediagoblin.git] / mediagoblin / gmg_commands / __init__.py
index 1460733fa2447fb2b46c851f8df3137c65a75afe..55e85116c2f934b49a94f3f60062cdbc368452c2 100644 (file)
@@ -56,7 +56,7 @@ SUBCOMMAND_MAP = {
     'batchaddmedia': {
         'setup': 'mediagoblin.gmg_commands.batchaddmedia:parser_setup',
         'func': 'mediagoblin.gmg_commands.batchaddmedia:batchaddmedia',
-        'help': 'Reprocess many media entries'}
+        'help': 'Add many media entries at once'}
     # 'theme': {
     #     'setup': 'mediagoblin.gmg_commands.theme:theme_parser_setup',
     #     'func': 'mediagoblin.gmg_commands.theme:theme',