*** empty log message ***

svn path=/trunk/boinc/; revision=2705
This commit is contained in:
Karl Chen 2003-11-28 20:51:34 +00:00
parent eb7e9df653
commit b426f03808
2 changed files with 7 additions and 1 deletions

View File

@ -7910,3 +7910,9 @@ David 28 Nov 2003
client_files.php
lib/
parse.C,h
Karl 2003-11-28
- fixed unix help for -update_prefs
client/
cs_cmdline.C

View File

@ -29,7 +29,7 @@ static void print_options(char* prog) {
" -detach_project URL detach from a project\n"
" -reset_project URL reset (clear) a project\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",
prog
);