Commit Diff


commit - f8b4998b32cbabe2090dc8027720203d6cd2d24d
commit + 8f3e6a577d0d9733d356c0b691fea7b523d8ade7
blob - 7174da2882782888f27ba6a9cbe9a221b4dbd2af
blob + e6555304e7e905998ef421bdf0ed326db3fb271d
--- st.1
+++ st.1
@@ -42,7 +42,7 @@ The form is [=][<cols>{xX}<rows>][{+-}<xoffset>{+-}<yo
 .BR XParseGeometry (3)
 for further details.
 .TP
-.B \-f
+.B \-i
 will fixate the position given with the -g option.
 .TP
 .BI \-o " file"
blob - 6e5953a621fa5260b3ffaa44a684da35a2e26305
blob + 8f190180ae4fea9ded1754e112c899096e85c742
--- st.c
+++ st.c
@@ -3870,8 +3870,8 @@ run(void) {
 void
 usage(void) {
 	die("%s " VERSION " (c) 2010-2014 st engineers\n" \
-	"usage: st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]" \
-	" [-t title] [-w windowid] [-e command ...]\n", argv0);
+	"usage: st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]\n"
+	"          [-i] [-t title] [-w windowid] [-e command ...]\n", argv0);
 }
 
 int