diff options
-rw-r--r-- | winsup/utils/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/utils/regtool.cc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index daa68cd9e..adf2218b7 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -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. diff --git a/winsup/utils/regtool.cc b/winsup/utils/regtool.cc index daea35a22..44b89a54d 100644 --- a/winsup/utils/regtool.cc +++ b/winsup/utils/regtool.cc @@ -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" |