mirror of https://git.48k.eu/ogcli/
repo: fix repo update command prefix
Use the correct command prefix in the command function.master
parent
268b76b3ea
commit
6a96a130b5
|
@ -37,7 +37,7 @@ class OgRepo():
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def update_repo(rest, args):
|
def update_repo(rest, args):
|
||||||
parser = argparse.ArgumentParser(prog='ogcli add repo')
|
parser = argparse.ArgumentParser(prog='ogcli update repo')
|
||||||
parser.add_argument('--id',
|
parser.add_argument('--id',
|
||||||
type=int,
|
type=int,
|
||||||
nargs='?',
|
nargs='?',
|
||||||
|
|
Loading…
Reference in New Issue