diff options
author | zachir <zachir@librem.one> | 2021-09-10 18:37:29 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2021-09-10 18:37:29 -0500 |
commit | a02b37c34d1853767b789e57252278237894e9c8 (patch) | |
tree | d3cd15fd93d79ddb9094d1e0a029d00b1445f4d2 /x.c | |
parent | af8c826b135b7774df516eccebf805d236fc56fe (diff) |
x.c: fix showing st arguments twice with st -h, and add -l
Diffstat (limited to 'x.c')
-rw-r--r-- | x.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2243,11 +2243,8 @@ usage(void) { die("usage: %s [-aiv] [-c class] [-f font] [-g geometry]" " [-n name] [-o file]\n" - " [-T title] [-t title] [-w windowid]" + " [-T title] [-t title] [-l line ] [-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); } |