From 8f5b709212aa1ea28e85a0367747976cf81e0f3a Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Thu, 12 Sep 2024 13:03:14 +0200 Subject: cli: rename ogcli list scopes to ogcli list scope Use the word "scope" to keep the format coherent with the other commands. --- cli/objects/scopes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/objects') diff --git a/cli/objects/scopes.py b/cli/objects/scopes.py index d65af0a..7f70cdd 100644 --- a/cli/objects/scopes.py +++ b/cli/objects/scopes.py @@ -38,7 +38,7 @@ class OgScope(): @staticmethod def list_scopes(rest, args): - parser = argparse.ArgumentParser(prog='ogcli list scopes') + parser = argparse.ArgumentParser(prog='ogcli list scope') parser.add_argument('--client-ip', action='append', default=[], -- cgit v1.2.3-18-g5258