# HG changeset patch # User Goffi # Date 1489014373 -3600 # Node ID 0c32ff2f64c48bda532005d694a94bf33c5fde42 # Parent c9c5fdd54ca5cd150fe90c829154a33dcb59efc5 jp (profile/list): fixed options help diff -r c9c5fdd54ca5 -r 0c32ff2f64c4 frontends/src/jp/cmd_profile.py --- a/frontends/src/jp/cmd_profile.py Thu Mar 09 00:06:09 2017 +0100 +++ b/frontends/src/jp/cmd_profile.py Thu Mar 09 00:06:13 2017 +0100 @@ -110,8 +110,8 @@ def add_parser_options(self): group = self.parser.add_mutually_exclusive_group() - group.add_argument('-c', '--clients', action='store_true', help=_(u'the password of the profile')) - group.add_argument('-C', '--components', action='store_true', help=(u'the password of the profile')) + group.add_argument('-c', '--clients', action='store_true', help=_(u'get clients profiles only')) + group.add_argument('-C', '--components', action='store_true', help=(u'get components profiles only')) def start(self):