]> git.e2factory.org Git - e2factory.git/commitdiff
e2-build: --force-rebuild isn't broken
authorTobias Ulmer <tu@emlix.com>
Tue, 31 Jan 2017 15:55:19 +0000 (16:55 +0100)
committerTobias Ulmer <tu@emlix.com>
Tue, 31 Jan 2017 16:57:21 +0000 (17:57 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
local/e2-build.lua

index f9e0d9d4fe4e3ac793e402f838d3841cc2c62e30..e5217062aeb92eeca6c787ea8002f6b184ce384c 100644 (file)
@@ -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")