Kaydet (Commit) 86db01b2 authored tarafından İsmail Dönmez's avatar İsmail Dönmez

ignore means do not

üst 60555ca6
......@@ -454,7 +454,7 @@ to be downloaded from a repository containing sources.
group.add_option("--use-quilt", action="store_true", default=False,
help=_("Use quilt patch management system instead of GNU patch"))
group.add_option("--ignore-sandbox", action="store_true", default=False,
help=_("Constrain build process inside the build folder"))
help=_("Do not constrain build process inside the build folder"))
def add_steps_options(self):
group = OptionGroup(self.parser, _("build steps"))
......
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