소스 검색

Update platforms.py (#4203)

Rewords root user message to include the correct syntax on running as a different user
Sammie S. Taunton 7 년 전
부모
커밋
1b9678915b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}
 """