mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2705
This commit is contained in:
parent
eb7e9df653
commit
b426f03808
|
@ -7910,3 +7910,9 @@ David 28 Nov 2003
|
||||||
client_files.php
|
client_files.php
|
||||||
lib/
|
lib/
|
||||||
parse.C,h
|
parse.C,h
|
||||||
|
|
||||||
|
Karl 2003-11-28
|
||||||
|
- fixed unix help for -update_prefs
|
||||||
|
|
||||||
|
client/
|
||||||
|
cs_cmdline.C
|
||||||
|
|
|
@ -29,7 +29,7 @@ static void print_options(char* prog) {
|
||||||
" -detach_project URL detach from a project\n"
|
" -detach_project URL detach from a project\n"
|
||||||
" -reset_project URL reset (clear) a project\n"
|
" -reset_project URL reset (clear) a project\n"
|
||||||
" -attach_project attach to a project (will prompt for URL, account key)\n"
|
" -attach_project attach to a project (will prompt for URL, account key)\n"
|
||||||
" -update_prefs contact all projects to update preferences\n"
|
" -update_prefs URL contact all projects to update preferences\n"
|
||||||
" -run_cpu_benchmarks run the CPU benchmarks\n",
|
" -run_cpu_benchmarks run the CPU benchmarks\n",
|
||||||
prog
|
prog
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue