From b1d33bd46d3c30e11e012f920ec19f0d4af0e661 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 19 Sep 2004 01:02:30 +0000 Subject: Fix typo in previous change. --- src/chroot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/chroot.c b/src/chroot.c index 565e26940..3a82d5c3b 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) -- cgit v1.2.3-70-g09d2