summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorChristoph Lohmann2015-09-07 22:59:05 +0200
committerChristoph Lohmann2015-09-07 22:59:05 +0200
commitaa5d4c3b340d180eb0b375b3b4a923cf91ffb04a (patch)
treee9357a3c3d4244654d789b9efd01e02c15e701ee /st.c
parent080a5ae4252c9c9a9d83b702d8478966ab79326e (diff)
downloadst-aa5d4c3b340d180eb0b375b3b4a923cf91ffb04a.tar.gz
st-aa5d4c3b340d180eb0b375b3b4a923cf91ffb04a.tar.xz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index d49804b..256f8f5 100644
--- a/st.c
+++ b/st.c
@@ -4294,7 +4294,7 @@ usage(void)
" [-i] [-t title] [-T title] [-w windowid] [-e command ...]"
" [command ...]\n"
" st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]\n"
- " [-i] [-t title] [-T title] [-w windowid] [-l line]"
+ " [-i] [-t title] [-T title] [-w windowid] -l line"
" [stty_args ...]\n",
argv0);
}