# HG changeset patch # User Laurent Peuch # Date 1550075109 -3600 # Node ID 890853079ce3831a5bdb50d88286bbf78e088365 # Parent e7221f2123e67b72b8de43726bb7bdf330d9c1e6 [cubicweb-ctl] make uid option obvious diff -r e7221f2123e6 -r 890853079ce3 cubicweb/etwist/twconfig.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' }), diff -r e7221f2123e6 -r 890853079ce3 cubicweb/server/serverconfig.py --- 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, }),