1
0
mirror of https://github.com/tinode/chat.git synced 2025-03-15 09:58:43 +00:00
This commit is contained in:
or-else
2023-09-20 12:01:13 -07:00
parent 6d3bf49e1a
commit 21215c6c7a

@ -766,7 +766,7 @@ def parse_cmd(parts):
try:
parser.add_argument('--as_root', action='store_true', help='execute command at ROOT auth level')
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
return parser