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