]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(main): Fix typo in getopt_long string: s/n/h/.
authorJim Meyering <jim@meyering.net>
Fri, 26 Jul 1996 02:11:34 +0000 (02:11 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 26 Jul 1996 02:11:34 +0000 (02:11 +0000)
Reported by Ken Pizzini.

src/chgrp.c

index 046f0e7fd3273710f47f03427eca1f344b1955fb..d2c604d4cdbdc332a55cac4c276cb88d7c8d5f1f 100644 (file)
@@ -298,7 +298,7 @@ main (int argc, char **argv)
 
   recurse = force_silent = verbose = changes_only = 0;
 
-  while ((optc = getopt_long (argc, argv, "Rcfnv", long_options, (int *) 0))
+  while ((optc = getopt_long (argc, argv, "Rcfhv", long_options, (int *) 0))
         != EOF)
     {
       switch (optc)