From 2bc8cf420628fd5f0dbbe30e65bbb36861406586 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sun, 3 Jul 2022 13:51:01 +0200 Subject: [PATCH] Update doc --- README.md | 2 +- src/options.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cebde11..54798d3 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ The command-line interface is straightforward as reflected in the output from -v, --version Display version -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. diff --git a/src/options.c b/src/options.c index 2f2c812..726afc1 100644 --- a/src/options.c +++ b/src/options.c @@ -94,7 +94,7 @@ void print_help(char *argv[]) printf(" -v, --version Display version\n"); printf(" -h, --help Display help\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("In session, press ctrl-t q to quit.\n"); printf("\n");