changeset 2174:0c32ff2f64c4

jp (profile/list): fixed options help
author Goffi <goffi@goffi.org>
date Thu, 09 Mar 2017 00:06:13 +0100
parents c9c5fdd54ca5
children 75002ac33801
files frontends/src/jp/cmd_profile.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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):