aboutsummaryrefslogtreecommitdiffstats
path: root/st.1
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero <k0ga@shike2.com>2014-08-17 20:49:33 +0200
committerRoberto E. Vargas Caballero <k0ga@shike2.com>2014-08-17 20:49:33 +0200
commit8f3e6a577d0d9733d356c0b691fea7b523d8ade7 (patch)
tree2f348e2927cc70630de84c587230cc8f7c6f12e8 /st.1
parentf8b4998b32cbabe2090dc8027720203d6cd2d24d (diff)
downloadst-8f3e6a577d0d9733d356c0b691fea7b523d8ade7.tar.gz
Fix man page and usage()
Man page was repeating -f option, the second time instead of -i, and this option was lost in usage() message. This patch also indent the output of usage().
Diffstat (limited to 'st.1')
-rw-r--r--st.12
1 files changed, 1 insertions, 1 deletions
diff --git a/st.1 b/st.1
index 7174da2..e655530 100644
--- a/st.1
+++ b/st.1
@@ -42,7 +42,7 @@ The form is [=][<cols>{xX}<rows>][{+-}<xoffset>{+-}<yoffset>]. See
.BR XParseGeometry (3)
for further details.
.TP
-.B \-f
+.B \-i
will fixate the position given with the -g option.
.TP
.BI \-o " file"
remember that computers suck.