mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 00:45:07 -05:00
main: add -t option to usage text
This commit is contained in:
2
main.c
2
main.c
@@ -439,7 +439,7 @@ int main
|
|||||||
} else if (!strcmp("-6", *argv)) {
|
} else if (!strcmp("-6", *argv)) {
|
||||||
address_family = IPADDR_INET6;
|
address_family = IPADDR_INET6;
|
||||||
} else if (!strcmp("-h", *argv) || !strcmp("--help", *argv)) {
|
} else if (!strcmp("-h", *argv) || !strcmp("--help", *argv)) {
|
||||||
printf("Usage: %s [-4|-6] [-n|-d] [-q|-Q] [-r] [-R] [-s] [-f FILE|COMMAND...]\n",
|
printf("Usage: %s [-4|-6] [-n|-d] [-q|-Q] [-r] [-R] [-s] [-t TIMEOUT] [-f FILE|COMMAND...]\n",
|
||||||
progname);
|
progname);
|
||||||
return 0;
|
return 0;
|
||||||
} else if (*argv[0] == '-') {
|
} else if (*argv[0] == '-') {
|
||||||
|
|||||||
Reference in New Issue
Block a user