From bb51d7fab5f3c59742125ee37eb8200fffa2a592 Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Tue, 19 Feb 2013 22:13:55 -0500 Subject: [PATCH] help: GIT_SILENT Correct description of --resume-{from,after}. --- kdesrc-build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kdesrc-build b/kdesrc-build index 2836ead..d4b6f45 100755 --- a/kdesrc-build +++ b/kdesrc-build @@ -1343,10 +1343,10 @@ Options: --rc-file= Read configuration from filename instead of default. - --resume-from= Starts building from the given package, without - performing the source update. - --resume-after= Starts building after the given package, without - performing the source update. + --resume-from= Skips modules until just before the given package, + then operates as normal. + --resume-after= Skips modules up to and including the given package, + then operates as normal. --reconfigure Run CMake/configure again, but don't clean the build directory.