add -g option ignore check_exists_repositories

This commit is contained in:
Dimitris Zlatanidis 2015-02-12 07:32:42 +02:00
parent 3c29a0617d
commit 5e64cde598

View file

@ -81,7 +81,7 @@ class ArgParse(object):
# checking if repositories exists
if len(self.args) > 1 and self.args[0] not in [
'-h', '--help', '-v', '--version', 're-create', 'repo-list',
'repo-add', 'repo-remove', 'update', 'update-slpkg'
'repo-add', 'repo-remove', 'update', 'update-slpkg', '-g'
]:
check_exists_repositories()