diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2006-02-15 10:57:17 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2006-02-15 10:57:17 +0000 |
commit | 96a4362c92519fe9e8c021624ee74e1338110970 (patch) | |
tree | d344d5552a79c96d7048417d24adff04bfc3d90d /winsup/utils/regtool.cc | |
parent | 680e0f1ffd273ac462a6fb5cbf84d9d751d9f9cb (diff) | |
download | cygnal-96a4362c92519fe9e8c021624ee74e1338110970.tar.gz cygnal-96a4362c92519fe9e8c021624ee74e1338110970.tar.bz2 cygnal-96a4362c92519fe9e8c021624ee74e1338110970.zip |
* regtool.cc (usage): Clarify help for "-K".
Diffstat (limited to 'winsup/utils/regtool.cc')
-rw-r--r-- | winsup/utils/regtool.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |