From 0920375939feb0ba2a1f948e33d7915985c09982 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 24 Aug 2009 17:22:02 +0200 Subject: [PATCH] [uninstall] update usage string to match the removal of options --- jhbuild/commands/uninstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jhbuild/commands/uninstall.py b/jhbuild/commands/uninstall.py index 521b84f3..917e712d 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) -- 2.11.4.GIT