Update doc

This commit is contained in:
Martin Lund 2022-07-03 13:51:01 +02:00
parent 5daabf88d9
commit 2bc8cf4206
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ The command-line interface is straightforward as reflected in the output from
-v, --version Display version -v, --version Display version
-h, --help Display help -h, --help Display help
Options may be set via configuration file. Options and sub-configurations may be set via configuration file.
In session, press ctrl-t q to quit. In session, press ctrl-t q to quit.

View file

@ -94,7 +94,7 @@ void print_help(char *argv[])
printf(" -v, --version Display version\n"); printf(" -v, --version Display version\n");
printf(" -h, --help Display help\n"); printf(" -h, --help Display help\n");
printf("\n"); printf("\n");
printf("Options may be set via configuration file.\n"); printf("Options and sub-configurations may be set via configuration file.\n");
printf("\n"); printf("\n");
printf("In session, press ctrl-t q to quit.\n"); printf("In session, press ctrl-t q to quit.\n");
printf("\n"); printf("\n");