Hi.  This patch clarifies the regtool help message.
        Igor
==============================================================================
2006-02-03  Igor Peshansky  <[EMAIL PROTECTED]>

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

-- 
                                http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_            [EMAIL PROTECTED] | [EMAIL PROTECTED]
ZZZzz /,`.-'`'    -.  ;-;;,_            Igor Peshansky, Ph.D. (name changed!)
     |,4-  ) )-,_. ,\ (  `'-'           old name: Igor Pechtchanski
    '---''(_/--'  `-'\_) fL     a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte."
"But no -- you are no fool; you call yourself a fool, there's proof enough in
that!" -- Rostand, "Cyrano de Bergerac"
Index: winsup/utils/regtool.cc
===================================================================
RCS file: /cvs/src/src/winsup/utils/regtool.cc,v
retrieving revision 1.18
diff -u -p -r1.18 regtool.cc
--- winsup/utils/regtool.cc     8 Sep 2005 09:24:41 -0000       1.18
+++ winsup/utils/regtool.cc     3 Feb 2006 18:12:23 -0000
@@ -89,8 +89,8 @@ usage (FILE *where = stderr)
   " -m, --multi-string   set type to REG_MULTI_SZ\n"
   " -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"
+  "Options for 'set', 'unset', and 'get' Actions:\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"

Reply via email to