* regtool.cc (usage): Clarify help for "-K".
This commit is contained in:
parent
680e0f1ffd
commit
96a4362c92
|
@ -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>
|
2006-02-08 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* cygcheck.cc (find_on_path): Update copyright text.
|
* cygcheck.cc (find_on_path): Update copyright text.
|
||||||
|
|
|
@ -90,7 +90,7 @@ usage (FILE *where = stderr)
|
||||||
" -s, --string set type to REG_SZ\n"
|
" -s, --string set type to REG_SZ\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Options for 'set' and 'unset' Actions:\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"
|
"\n"
|
||||||
"Other Options:\n"
|
"Other Options:\n"
|
||||||
" -h, --help output usage information and exit\n"
|
" -h, --help output usage information and exit\n"
|
||||||
|
|
Loading…
Reference in New Issue