scheduler: fix/augment file_deleter usage message

svn path=/trunk/boinc/; revision=25379
This commit is contained in:
Bernd Machenschalk 2012-03-05 13:19:47 +00:00
parent 7558829e4a
commit 83df8f360b
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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"