mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-19 10:27:07 +01:00
Update check repositories
This commit is contained in:
parent
d01d76aa6c
commit
0022c6b4a6
1 changed files with 3 additions and 0 deletions
|
@ -216,6 +216,9 @@ class ArgParse(object):
|
|||
Updates(repo="").ALL()
|
||||
else:
|
||||
Updates(self.args[1]).run()
|
||||
elif (len(self.args) == 2 and self.args[0] in options and
|
||||
self.args[1] not in self.meta.repositories):
|
||||
usage(self.args[1])
|
||||
else:
|
||||
usage("")
|
||||
|
||||
|
|
Loading…
Reference in a new issue