summaryrefslogtreecommitdiffstats
path: root/cli/objects/scopes.py
diff options
context:
space:
mode:
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',