diff options
author | zachir <zachir@librem.one> | 2021-09-10 18:43:07 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2021-09-10 18:43:07 -0500 |
commit | 2e7bd410921d01ea02d33037f44532b90361bbb6 (patch) | |
tree | bf082b9aa8a8063bc166d6f58cef5bed09534a89 /x.c | |
parent | a02b37c34d1853767b789e57252278237894e9c8 (diff) |
Fix x.c (I was wrong about fix), fix st.1
Diffstat (limited to 'x.c')
-rw-r--r-- | x.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2243,8 +2243,11 @@ usage(void) { die("usage: %s [-aiv] [-c class] [-f font] [-g geometry]" " [-n name] [-o file]\n" - " [-T title] [-t title] [-l line ] [-w windowid]" + " [-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); } |