Kaydet (Commit) 282cad6a authored tarafından Eray Özkural's avatar Eray Özkural

* what the hell was I thinking? :)

üst a0733a0f
......@@ -917,8 +917,8 @@ If no repository is given, all repositories are updated.
name = ("update-repo", "ur")
def options(self):
self.parser.add_option("-f", "--force", action="store",
default=0,
self.parser.add_option("-f", "--force", action="store_true",
default=False,
help=_("update database in any case"))
def run(self):
......
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