forked from Mirror/frr
isisd: indent longopts array
This commit is contained in:
parent
1add115a9c
commit
2f658673fa
|
@ -72,16 +72,16 @@ struct zebra_privs_t isisd_privs = {
|
||||||
|
|
||||||
/* isisd options */
|
/* isisd options */
|
||||||
struct option longopts[] = {
|
struct option longopts[] = {
|
||||||
{"daemon", no_argument, NULL, 'd'},
|
{"daemon", no_argument, NULL, 'd'},
|
||||||
{"config_file", required_argument, NULL, 'f'},
|
{"config_file", required_argument, NULL, 'f'},
|
||||||
{"pid_file", required_argument, NULL, 'i'},
|
{"pid_file", required_argument, NULL, 'i'},
|
||||||
{"vty_addr", required_argument, NULL, 'A'},
|
{"vty_addr", required_argument, NULL, 'A'},
|
||||||
{"vty_port", required_argument, NULL, 'P'},
|
{"vty_port", required_argument, NULL, 'P'},
|
||||||
{"user", required_argument, NULL, 'u'},
|
{"user", required_argument, NULL, 'u'},
|
||||||
{"group", required_argument, NULL, 'g'},
|
{"group", required_argument, NULL, 'g'},
|
||||||
{"version", no_argument, NULL, 'v'},
|
{"version", no_argument, NULL, 'v'},
|
||||||
{"dryrun", no_argument, NULL, 'C'},
|
{"dryrun", no_argument, NULL, 'C'},
|
||||||
{"help", no_argument, NULL, 'h'},
|
{"help", no_argument, NULL, 'h'},
|
||||||
{0}
|
{0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue