From: Tobias Ulmer Date: Tue, 31 Jan 2017 15:55:19 +0000 (+0100) Subject: e2-build: --force-rebuild isn't broken X-Git-Tag: e2factory-2.3.17~29 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=ee2db8e2cf36b0a72edfee9a44cd49a051b2e666;p=e2factory.git e2-build: --force-rebuild isn't broken Signed-off-by: Tobias Ulmer --- diff --git a/local/e2-build.lua b/local/e2-build.lua index f9e0d9d..e521706 100644 --- a/local/e2-build.lua +++ b/local/e2-build.lua @@ -44,7 +44,7 @@ local function e2_build(arg) policy.register_commandline_options() e2option.flag("branch-mode", "build selected results in branch mode") e2option.flag("wc-mode", "build selected results in working-copy mode") - e2option.flag("force-rebuild", "force rebuilding even if a result exists [broken]") + e2option.flag("force-rebuild", "force rebuilding even if a result exists") e2option.flag("playground", "prepare environment but do not build") e2option.flag("keep", "do not remove chroot environment after build") e2option.flag("buildid", "display buildids and exit")