summaryrefslogtreecommitdiffstats
path: root/usage.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-09-01 22:53:23 +0200
committerpgen <p.gen.progs@gmail.com>2020-09-01 23:54:17 +0200
commitf169df751433aa04ba15ece6aaed2dcfe4450136 (patch)
tree274bc7f18c3595531a7d2734ae4ffdb9f11bb8f0 /usage.c
parent2a801c707b6a1d0d404343bb7903a9b67d9a8721 (diff)
Fix configuration parsing logic
The -f|-cfg|-config_file option is also removed because it is unnecessary and cannot be used with the new logic.
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usage.c b/usage.c
index 11767aa..d1152aa 100644
--- a/usage.c
+++ b/usage.c
@@ -100,8 +100,6 @@ main_help(void)
printf("-H|-long_help\n");
printf(" displays a full help and the options available in all "
"contexts.\n");
- printf("-f|-cfg|-config_file\n");
- printf(" selects an alternative configuration file.\n");
printf("-N|-number/-U|-unnumber\n");
printf(" numbers/un-numbers and provides a direct access to words "
"matching\n");