* regtool.cc (usage): Clarify help for "-K".

This commit is contained in:
Corinna Vinschen 2006-02-15 10:57:17 +00:00
parent 680e0f1ffd
commit 96a4362c92
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-02-15 Igor Peshansky <pechtcha@cs.nyu.edu>
* regtool.cc (usage): Clarify help for "-K".
2006-02-08 Corinna Vinschen <corinna@vinschen.de>
* cygcheck.cc (find_on_path): Update copyright text.

View File

@ -90,7 +90,7 @@ usage (FILE *where = stderr)
" -s, --string set type to REG_SZ\n"
"\n"
"Options for 'set' and 'unset' Actions:\n"
" -K<c>, --key-separator[=]<c> set key separator to <c> instead of '\\'\n"
" -K<c>, --key-separator[=]<c> set key-value separator to <c> instead of '\\'\n"
"\n"
"Other Options:\n"
" -h, --help output usage information and exit\n"