From 21215c6c7a31ecb84f4f52b405619d64b75b6031 Mon Sep 17 00:00:00 2001 From: or-else Date: Wed, 20 Sep 2023 12:01:13 -0700 Subject: [PATCH] typo --- tn-cli/tn-cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tn-cli/tn-cli.py b/tn-cli/tn-cli.py index d77c1464..09b12e2c 100644 --- a/tn-cli/tn-cli.py +++ b/tn-cli/tn-cli.py @@ -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