help: GIT_SILENT Correct description of --resume-{from,after}.

wilder
Michael Pyne 13 years ago
parent 4ef5897889
commit bb51d7fab5
  1. 8
      kdesrc-build

@ -1343,10 +1343,10 @@ Options:
--rc-file=<filename> Read configuration from filename instead of default.
--resume-from=<pkg> Starts building from the given package, without
performing the source update.
--resume-after=<pkg> Starts building after the given package, without
performing the source update.
--resume-from=<pkg> Skips modules until just before the given package,
then operates as normal.
--resume-after=<pkg> 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.

Loading…
Cancel
Save