summaryrefslogtreecommitdiffstats
path: root/tabbed.c
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2011-06-18 14:37:43 +0100
committerConnor Lane Smith <cls@lubutu.com>2011-06-18 14:37:43 +0100
commit62f0800d2f40c8eae6a27d2d7438d08aa1b35790 (patch)
treef0d7a44a4adde4031057463717141a86d6ccdcef /tabbed.c
parent214992a9baa64b6b2733273d507111e70f36477e (diff)
downloadtabbed-62f0800d2f40c8eae6a27d2d7438d08aa1b35790.tar.gz
update manpage
Diffstat (limited to 'tabbed.c')
-rw-r--r--tabbed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tabbed.c b/tabbed.c
index 106646c..2894aa5 100644
--- a/tabbed.c
+++ b/tabbed.c
@@ -869,13 +869,13 @@ main(int argc, char *argv[]) {
setcmd(argc-i, argv+i);
}
if(!cmd)
- die("usage: tabbed [-d] [-v] command\n");
+ die("usage: tabbed [-d] [-v] command...\n");
if(!setlocale(LC_CTYPE, "") || !XSupportsLocale())
fprintf(stderr, "tabbed: no locale support\n");
if(!(dpy = XOpenDisplay(NULL)))
die("tabbed: cannot open display\n");
setup();
- printf("%lu\n", win);
+ printf("0x%lx\n", win);
fflush(NULL);
if(detach) {
if(fork() == 0)