summaryrefslogtreecommitdiffstats
path: root/cli/objects
diff options
context:
space:
mode:
Diffstat (limited to 'cli/objects')
-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 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=[],