mirror of
https://github.com/tinode/chat.git
synced 2025-03-14 10:05:07 +00:00
typo
This commit is contained in:
@ -766,7 +766,7 @@ def parse_cmd(parts):
|
|||||||
try:
|
try:
|
||||||
parser.add_argument('--as_root', action='store_true', help='execute command at ROOT auth level')
|
parser.add_argument('--as_root', action='store_true', help='execute command at ROOT auth level')
|
||||||
except Exception:
|
except Exception:
|
||||||
# Ignore exception here: --as_root has been added already, maco parser is persistent.
|
# Ignore exception here: --as_root has been added already, macro parser is persistent.
|
||||||
pass
|
pass
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user