]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Fix typo in previous change.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Sep 2004 01:02:30 +0000 (01:02 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Sep 2004 01:02:30 +0000 (01:02 +0000)
src/chroot.c

index 565e26940b9e2ab504598dc5273e5a7b4b3559e0..3a82d5c3b972c634a1cd2510813c04f36c0cbc34 100644 (file)
@@ -76,7 +76,7 @@ main (int argc, char **argv)
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
                      usage, AUTHORS, (char const *) NULL);
 
-  if (getopt_long (argc, argv, "", NULL, NULL) != -1)
+  if (getopt_long (argc, argv, "+", NULL, NULL) != -1)
     usage (EXIT_FAILURE);
 
   if (argc <= optind)