diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-09-12 13:03:14 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-09-12 13:06:02 +0200 |
commit | 8f5b709212aa1ea28e85a0367747976cf81e0f3a (patch) | |
tree | ee232e314044764f7ef872c3d41084af697566b8 /cli/objects/scopes.py | |
parent | 175a38606ace0f14b538da2e613aaf9421b174e6 (diff) |
cli: rename ogcli list scopes to ogcli list scope
Use the word "scope" to keep the format coherent with the other
commands.
Diffstat (limited to 'cli/objects/scopes.py')
-rw-r--r-- | cli/objects/scopes.py | 2 |
1 files changed, 1 insertions, 1 deletions
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=[], |