mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +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()
|
Updates(repo="").ALL()
|
||||||
else:
|
else:
|
||||||
Updates(self.args[1]).run()
|
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:
|
else:
|
||||||
usage("")
|
usage("")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue