Making st.1 more descriptive about -l and fix -l in st.c.

This commit is contained in:
Christoph Lohmann
2015-09-07 22:59:05 +02:00
parent 080a5ae425
commit aa5d4c3b34
2 changed files with 19 additions and 4 deletions

2
st.c
View File

@ -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);
}