mirror of https://github.com/BOINC/boinc.git
scheduler: fix/augment file_deleter usage message
svn path=/trunk/boinc/; revision=25379
This commit is contained in:
parent
7558829e4a
commit
83df8f360b
|
@ -2454,3 +2454,9 @@ David 4 Mar 2012
|
|||
|
||||
html/inc/
|
||||
util.inc
|
||||
|
||||
Bernd 5 Mar 2012
|
||||
- scheduler: fix/augment file_deleter usage message
|
||||
|
||||
sched/
|
||||
file_deleter.cpp
|
||||
|
|
|
@ -85,7 +85,8 @@ void usage(char *name) {
|
|||
"Options:\n"
|
||||
" -d N | --debug_level N set debug output level (1 to 4)\n"
|
||||
" --mod M R handle only WUs with ID mod M == R\n"
|
||||
" --appid ID handle only WUs of a particular app\n"
|
||||
" --appid ID handle only WUs of app with id ID\n"
|
||||
" --app NAME handle only WUs of app with name NAME\n"
|
||||
" --one_pass instead of sleeping in 2), exit\n"
|
||||
" --dont_retry_error don't do 4)\n"
|
||||
" --preserve_result_files update the DB, but don't delete output files.\n"
|
||||
|
|
Loading…
Reference in New Issue