summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2021-09-10 18:37:29 -0500
committerzachir <zachir@librem.one>2021-09-10 18:37:29 -0500
commita02b37c34d1853767b789e57252278237894e9c8 (patch)
treed3cd15fd93d79ddb9094d1e0a029d00b1445f4d2
parentaf8c826b135b7774df516eccebf805d236fc56fe (diff)
x.c: fix showing st arguments twice with st -h, and add -l
-rw-r--r--x.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/x.c b/x.c
index 3334498..590e853 100644
--- a/x.c
+++ b/x.c
@@ -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);
}