cubicweb/server/serverconfig.py
branch3.26
changeset 12376 890853079ce3
parent 11980 7c8aadc4b483
child 12567 26744ad37953
--- 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,
           }),