commit 6d636beb229cebf3b897446c72c7a341bee9f820 from: Quentin Rameau via: Christoph Lohmann <20h@r-36.net> date: Mon Feb 1 17:14:27 2016 UTC Fix forgotten bracket and duplicate option in usage() Scratch the preceding patch, this one is more correct (don't forget to 'git am --scissors' ;)) -- >8 -- Also reformat the strings in a saner layout Signed-off-by: Christoph Lohmann <20h@r-36.net> commit - 6e70bb97d4e98a5e2fa7c5488b0cba1da140b78f commit + 6d636beb229cebf3b897446c72c7a341bee9f820 blob - 41f69420b98baaa6fe2875d29281af031b77e635 blob + 0536b6f81c113d0bc8a1b7cb65d5664e4b802095 --- st.c +++ st.c @@ -4333,12 +4333,14 @@ run(void) void usage(void) { - die("usage: %s " - "[-aiv] [-c class] [-f font] [-g geometry] [-n name] [-o file]\n " - " [-T title] [-t title] [-w windowid] [[-e] command [args ...]\n " - " %s [-aiv] [-c class] [-f font] [-g geometry] [-n name] [-o file]\n " - " [-o file] [-T title] [-t title] [-w windowid] -l line" - " [stty_args ...]\n", argv0, argv0); + die("usage: %s [-aiv] [-c class] [-f font] [-g geometry]" + " [-n name] [-o file]\n" + " [-T title] [-t title] [-w windowid]" + " [[-e] command [args ...]]\n" + " %s [-aiv] [-c class] [-f font] [-g geometry]" + " [-n name] [-o file]\n" + " [-T title] [-t title] [-w windowid] -l line" + " [stty_args ...]\n", argv0, argv0); } int