mirror of https://github.com/BOINC/boinc.git
added the check_punitive usage option
This commit is contained in:
parent
419cd78fc7
commit
978ed46c1b
|
@ -861,6 +861,7 @@ void usage(char* name) {
|
|||
" [--credit_from_wu] Credit is specified in WU XML\n"
|
||||
" [--credit_from_runtime X] Grant credit based on runtime (max X seconds)and estimated FLOPS\n"
|
||||
" [--no_credit] Don't grant credit\n"
|
||||
" [--check_punitive] Check failed results and reduce the daily quota to one.\n"
|
||||
" [--sleep_interval n] Set sleep-interval to n\n"
|
||||
" [--wu_id n] Process WU with given ID\n"
|
||||
" [-d level|--debug_level n] Set log verbosity level\n"
|
||||
|
|
Loading…
Reference in New Issue