From 9e6e479047c043bbf2e845ae92d1b04354bc62ec Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 27 Jun 2003 07:41:55 +0000 Subject: split's --verbose option did nothing (longopts): Use `1', not `0' as the value for for &verbose. --- src/split.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/split.c') diff --git a/src/split.c b/src/split.c index ebf98e245..c70e53a0e 100644 --- a/src/split.c +++ b/src/split.c @@ -80,7 +80,7 @@ static struct option const longopts[] = {"lines", required_argument, NULL, 'l'}, {"line-bytes", required_argument, NULL, 'C'}, {"suffix-length", required_argument, NULL, 'a'}, - {"verbose", no_argument, &verbose, 0}, + {"verbose", no_argument, &verbose, 1}, {GETOPT_HELP_OPTION_DECL}, {GETOPT_VERSION_OPTION_DECL}, {NULL, 0, NULL, 0} -- cgit v1.2.3-54-g00ecf