mirror of https://github.com/BOINC/boinc.git
mini-fix in helpstring
svn path=/trunk/boinc/; revision=11859
This commit is contained in:
parent
428ac91a61
commit
cc071a0653
|
@ -589,7 +589,7 @@ int main(int argc, char** argv) {
|
|||
" -grant_claimed_credit Grant the claimed credit, regardless of what other results for this workunit claimed\n"
|
||||
" -asynch fork, run in separate process\n"
|
||||
" -sleep_interval n Set sleep-interval to n\n"
|
||||
" -d dgblvl Set debug-level to dgblvl\n\n";
|
||||
" -d level Set debug-level\n\n";
|
||||
|
||||
if ( (argc > 1) && ( !strcmp(argv[1], "-h") || !strcmp(argv[1], "--help") ) ) {
|
||||
printf (usage, argv[0] );
|
||||
|
|
Loading…
Reference in New Issue