diff options
Diffstat (limited to 'cli/objects')
-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 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', |