doc: document long options

Document the --version and --help options in chronyd and chronyc man
page.
This commit is contained in:
Miroslav Lichvar
2020-09-22 17:01:29 +02:00
parent 455b8e4b44
commit 068cd3c311
4 changed files with 11 additions and 4 deletions

2
main.c
View File

@@ -417,7 +417,7 @@ int main
LOG_Initialise();
/* Parse (undocumented) long command-line options */
/* Parse long command-line options */
for (optind = 1; optind < argc; optind++) {
if (!strcmp("--help", argv[optind])) {
print_help(progname);