From 6a96a130b5637625917b469a2376ad022df26867 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Wed, 11 Sep 2024 15:12:51 +0200 Subject: repo: fix repo update command prefix Use the correct command prefix in the command function. --- cli/objects/repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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='?', -- cgit v1.2.3-18-g5258