1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-17 17:08:20 +02:00

split's --verbose option did nothing

(longopts): Use `1', not `0' as the value for for &verbose.
This commit is contained in:
Jim Meyering
2003-06-27 07:41:55 +00:00
parent 8b2c8b091c
commit 9e6e479047
+1 -1
View File
@@ -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}