summaryrefslogtreecommitdiffstats
path: root/smenu.1
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 /smenu.1
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 'smenu.1')
-rw-r--r--smenu.111
1 files changed, 0 insertions, 11 deletions
diff --git a/smenu.1 b/smenu.1
index 8314b9c..1da1693 100644
--- a/smenu.1
+++ b/smenu.1
@@ -8,7 +8,6 @@ and outputs the selection to stdout.
[\fB*-H\fP|\fB-long_help\fP]
[\fB*-?\fP|\fB-u\fP|\fB-usage\fP]
[\fB*-V\fP|\fB-version\fP]
- [\fB-f\fP|\fB-cfg\fP|\fB-config_file file\fP]
[\fB-n\fP|\fB-lines\fP|\fB-height\fP [\fIheight\fP]]
[\fB-i\fP|\fB-in\fP|\fB-inc\fP|\fB-incl\fP|\fB-include\fP... \fIregex\fP]
[\fB-e\fP|\fB-ex\fP|\fB-exc\fP|\fB-excl\fP|\fB-exclude\fP... \fIregex\fP]
@@ -665,16 +664,6 @@ Displays a short help message and exits.
.IP "\fB-V\fP|\fB-version\fP"
(Allowed in the "Main" context.)
-Displays the current version and quits.
-.IP "\fB-f\fP|\fB-cfg\fP|\fB-config_file file\fP"
-(Allowed in the "Main" context.)
-
-Displays the current version and quits.
-This option gives the possibility to select an alternative configuration
-file.
-If the given file doesn't exist or is not readable then the default
-values will be used.
-
The \fB.smenu\fP files in the user's home directory and in the current
directory, if present, will be ignored when this option is used.
.IP "\fB-n\fP|\fB-lines\fP|\fB-height\fP [\fIheight\fP]"