summaryrefslogtreecommitdiff
path: root/x.c
diff options
context:
space:
mode:
Diffstat (limited to 'x.c')
-rw-r--r--x.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/x.c b/x.c
index 590e853..3334498 100644
--- a/x.c
+++ b/x.c
@@ -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);
}