[cubicweb-ctl] make uid option obvious 3.26
authorLaurent Peuch <cortex@worlddomination.be>
Wed, 13 Feb 2019 17:25:09 +0100
branch3.26
changeset 12376 890853079ce3
parent 12375 e7221f2123e6
child 12377 15a068b2def5
[cubicweb-ctl] make uid option obvious
cubicweb/etwist/twconfig.py
cubicweb/server/serverconfig.py
--- a/cubicweb/etwist/twconfig.py	Wed Feb 13 17:32:41 2019 +0100
+++ b/cubicweb/etwist/twconfig.py	Wed Feb 13 17:25:09 2019 +0100
@@ -76,7 +76,7 @@
         ('uid',
          {'type' : 'string',
           'default': None,
-          'help': 'if this option is set, use the specified user to start \
+          'help': 'unix user, if this option is set, use the specified user to start \
 the repository rather than the user running the command',
           'group': 'main', 'level': WebConfiguration.mode == 'system'
           }),
--- a/cubicweb/server/serverconfig.py	Wed Feb 13 17:32:41 2019 +0100
+++ b/cubicweb/server/serverconfig.py	Wed Feb 13 17:25:09 2019 +0100
@@ -115,7 +115,7 @@
         ('uid',
          {'type' : 'string',
           'default': None,
-          'help': 'if this option is set, use the specified user to start \
+          'help': 'unix user, if this option is set, use the specified user to start \
 the repository rather than the user running the command',
           'group': 'main', 'level': (CubicWebConfiguration.mode == 'installed') and 0 or 1,
           }),