repo: fix repo update command prefix

Use the correct command prefix in the command function.
master
Alejandro Sirgo Rica 2024-09-11 15:12:51 +02:00
parent 268b76b3ea
commit 6a96a130b5
1 changed files with 1 additions and 1 deletions

View File

@ -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='?',