Explorar o código

Update platforms.py (#4203)

Rewords root user message to include the correct syntax on running as a different user
Sammie S. Taunton %!s(int64=7) %!d(string=hai) anos
pai
achega
1b9678915b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/platforms.py

+ 1 - 1
celery/platforms.py

@@ -86,7 +86,7 @@ ROOT_DISCOURAGED = """\
 You're running the worker with superuser privileges: this is
 absolutely not recommended!
 
-Please specify a different user using the -u option.
+Please specify a different user using the --uid option.
 
 User information: uid={uid} euid={euid} gid={gid} egid={egid}
 """