diff options
author | Christoph Lohmann <20h@r-36.net> | 2015-09-07 22:59:05 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2015-09-07 22:59:05 +0200 |
commit | aa5d4c3b340d180eb0b375b3b4a923cf91ffb04a (patch) | |
tree | e9357a3c3d4244654d789b9efd01e02c15e701ee /st.c | |
parent | 080a5ae4252c9c9a9d83b702d8478966ab79326e (diff) | |
download | st-aa5d4c3b340d180eb0b375b3b4a923cf91ffb04a.tar.gz st-aa5d4c3b340d180eb0b375b3b4a923cf91ffb04a.zip |
Making st.1 more descriptive about -l and fix -l in st.c.
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4294,7 +4294,7 @@ usage(void) | |||
4294 | " [-i] [-t title] [-T title] [-w windowid] [-e command ...]" | 4294 | " [-i] [-t title] [-T title] [-w windowid] [-e command ...]" |
4295 | " [command ...]\n" | 4295 | " [command ...]\n" |
4296 | " st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]\n" | 4296 | " st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]\n" |
4297 | " [-i] [-t title] [-T title] [-w windowid] [-l line]" | 4297 | " [-i] [-t title] [-T title] [-w windowid] -l line" |
4298 | " [stty_args ...]\n", | 4298 | " [stty_args ...]\n", |
4299 | argv0); | 4299 | argv0); |
4300 | } | 4300 | } |