Merge branch 'develop' into 'master'

fix s19 to s21

See merge request sulinos/devel/inary!53
......@@ -47,6 +47,9 @@ If no repository is given, all repositories are updated.
group.add_option("-f", "--force", action="store_true",
default=False,
help=_("Update database in any case"))
group.add_option("-i", "--ignore-check", action="store_true",
default=False,
help=_("Ignore distribution check"))
self.parser.add_option_group(group)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment