From: Paul Eggert Date: Sun, 19 Sep 2004 01:02:30 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Tag: v5.3.0~681 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1d33bd46d3c30e11e012f920ec19f0d4af0e661;p=thirdparty%2Fcoreutils.git Fix typo in previous change. --- diff --git a/src/chroot.c b/src/chroot.c index 565e26940b..3a82d5c3b9 100644 --- a/src/chroot.c +++ b/src/chroot.c @@ -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)