diff options
Diffstat (limited to 'cli/objects')
-rw-r--r-- | cli/objects/repo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/objects/repo.py b/cli/objects/repo.py index 1a521c8..76760cb 100644 --- a/cli/objects/repo.py +++ b/cli/objects/repo.py @@ -37,7 +37,7 @@ class OgRepo(): @staticmethod def update_repo(rest, args): - parser = argparse.ArgumentParser(prog='ogcli add repo') + parser = argparse.ArgumentParser(prog='ogcli update repo') parser.add_argument('--id', type=int, nargs='?', |