--- st.1 | 2 +- st.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/st.1 b/st.1 index 7174da2..e655530 100644 --- a/st.1 +++ b/st.1 _AT_@ -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" diff --git a/st.c b/st.c index 6e5953a..8f19018 100644 --- a/st.c +++ b/st.c _AT_@ -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 -- 1.9.3Received on Sun Aug 17 2014 - 20:52:39 CEST
This archive was generated by hypermail 2.3.0 : Sun Aug 17 2014 - 21:00:11 CEST