[jhbuild] [uninstall] update usage string to match the removal of options



commit 0920375939feb0ba2a1f948e33d7915985c09982
Author: Frédéric Péters <fpeters 0d be>
Date:   Mon Aug 24 17:22:02 2009 +0200

    [uninstall] update usage string to match the removal of options

 jhbuild/commands/uninstall.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/commands/uninstall.py b/jhbuild/commands/uninstall.py
index 521b84f..917e712 100644
--- a/jhbuild/commands/uninstall.py
+++ b/jhbuild/commands/uninstall.py
@@ -29,7 +29,7 @@ class cmd_uninstall(Command):
     doc = _('Uninstall all modules')
 
     name = 'uninstall'
-    usage_args = N_('[ options ... ] [ modules ... ]')
+    usage_args = N_('[ modules ... ]')
 
     def run(self, config, options, args):
         config.set_from_cmdline_options(options)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]