From 0c878ed1bcb76903c26885c49dda0b3361e0e1ef Mon Sep 17 00:00:00 2001 From: David Leverton Date: Mon, 2 May 2011 21:57:25 +0100 Subject: Allow --no-resume-file --- src/clients/cave/resolve_cmdline.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 " -- cgit v1.2.3