From 96a4362c92519fe9e8c021624ee74e1338110970 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 15 Feb 2006 10:57:17 +0000 Subject: [PATCH] * regtool.cc (usage): Clarify help for "-K". --- winsup/utils/ChangeLog | 4 ++++ winsup/utils/regtool.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * regtool.cc (usage): Clarify help for "-K". + 2006-02-08 Corinna Vinschen * 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, --key-separator[=] set key separator to instead of '\\'\n" + " -K, --key-separator[=] set key-value separator to instead of '\\'\n" "\n" "Other Options:\n" " -h, --help output usage information and exit\n"