diff options
Diffstat (limited to 'st.c')
| -rw-r--r-- | st.c | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -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  | 
