diff --git a/checkin_notes b/checkin_notes index 96122633e8..eb56c6ffda 100755 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/client/cs_cmdline.C b/client/cs_cmdline.C index e58875656d..039abb2577 100644 --- a/client/cs_cmdline.C +++ b/client/cs_cmdline.C @@ -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 );