diff options
author | 2011-05-02 21:57:25 +0100 | |
---|---|---|
committer | 2011-05-02 21:57:25 +0100 | |
commit | 0c878ed1bcb76903c26885c49dda0b3361e0e1ef (patch) | |
tree | de09188f838c8dc806330a7b025f0768c47547e4 | |
parent | d22eca8b4565f8180c28d3b37618f3ea3a0b7f6e (diff) | |
download | paludis-0c878ed1bcb76903c26885c49dda0b3361e0e1ef.tar.gz paludis-0c878ed1bcb76903c26885c49dda0b3361e0e1ef.tar.xz |
Allow --no-resume-file
-rw-r--r-- | src/clients/cave/resolve_cmdline.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/clients/cave/resolve_cmdline.cc b/src/clients/cave/resolve_cmdline.cc index ac7044a99..90252b065 100644 --- a/src/clients/cave/resolve_cmdline.cc +++ b/src/clients/cave/resolve_cmdline.cc @@ -368,7 +368,8 @@ ResolveCommandLineExecutionOptions::ResolveCommandLineExecutionOptions(args::Arg "never"), a_resume_file(&g_failure_options, "resume-file", '\0', "Write resume information to the specified file. If a build fails, or if '--execute' is not " - "specified, then 'cave resume' can resume execution from this file."), + "specified, then 'cave resume' can resume execution from this file.", + true), g_jobs_options(this, "Jobs Options", "Options controlling jobs and parallelism."), a_fetch(&g_jobs_options, "fetch", 'f', "Skip any jobs that are not fetch jobs. Should be combined with " |