From b426f03808e7c5611f0a3f24e5c3be65dce11d75 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Fri, 28 Nov 2003 20:51:34 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2705 --- checkin_notes | 6 ++++++ client/cs_cmdline.C | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 );