From 748f5e5e326d13bf5233b2f516ad52d0c5f37ead Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Wed, 19 Aug 2009 10:04:01 +0000 Subject: CP: Better representation of the clear commands in the help --- (limited to 'src') diff --git a/src/jarabe/controlpanel/cmd.py b/src/jarabe/controlpanel/cmd.py index 12de1e2..5f2de68 100644 --- a/src/jarabe/controlpanel/cmd.py +++ b/src/jarabe/controlpanel/cmd.py @@ -105,6 +105,9 @@ def main(): for method in methods: if method.startswith('get_'): print ' %s' % method[4:] + elif method.startswith('clear_'): + print " %s (use the -c argument with this option)" \ + % method[6:] if option in ("-g"): for module in modules: method = getattr(module, 'print_' + key, None) -- cgit v0.9.1