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:
+1
-1
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user