summaryrefslogtreecommitdiffstats
path: root/cli/objects/scopes.py
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2024-11-21 16:27:33 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2024-11-21 16:44:59 +0100
commitea8210a805e860154e8b0b9446bdd30043b893e6 (patch)
treed27a8d564cc46ed56270638f9c0e26c8bc541c4c /cli/objects/scopes.py
parent59f2f501aa6dfc2f238f670625c11d9fd3d49cef (diff)
Revert "cli: rename ogcli list scopes to ogcli list scope"
This reverts commit 8f5b709212aa1ea28e85a0367747976cf81e0f3a.
Diffstat (limited to 'cli/objects/scopes.py')
-rw-r--r--cli/objects/scopes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/objects/scopes.py b/cli/objects/scopes.py
index 548b93c..bfa3f94 100644
--- a/cli/objects/scopes.py
+++ b/cli/objects/scopes.py
@@ -41,7 +41,7 @@ class OgScope():
@staticmethod
def list_scopes(rest, args):
- parser = argparse.ArgumentParser(prog='ogcli list scope')
+ parser = argparse.ArgumentParser(prog='ogcli list scopes')
group = parser.add_mutually_exclusive_group(required=False)
group.add_argument('--client-ip',
action='append',