1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-13 21:49:04 +02:00

(longopts): Use corresponding short-option character

in place of `1', and `NULL' in place of pointer in initialization.
This commit is contained in:
Jim Meyering
1998-08-30 02:58:50 +00:00
parent 22fd1ff303
commit 6a2cf8a297
+1 -1
View File
@@ -43,7 +43,7 @@ static int show_version;
static struct option const longopts[] =
{
{"mode", required_argument, NULL, 'm'},
{"parents", no_argument, &path_mode, 1},
{"parents", no_argument, NULL, 'p'},
{"help", no_argument, &show_help, 1},
{"verbose", no_argument, NULL, 2},
{"version", no_argument, &show_version, 1},