diff options
| author | Connor Lane Smith <cls@lubutu.com> | 2011-06-18 14:37:43 +0100 |
|---|---|---|
| committer | Connor Lane Smith <cls@lubutu.com> | 2011-06-18 14:37:43 +0100 |
| commit | 62f0800d2f40c8eae6a27d2d7438d08aa1b35790 (patch) | |
| tree | f0d7a44a4adde4031057463717141a86d6ccdcef /tabbed.c | |
| parent | 214992a9baa64b6b2733273d507111e70f36477e (diff) | |
| download | tabbed-62f0800d2f40c8eae6a27d2d7438d08aa1b35790.tar.gz | |
update manpage
Diffstat (limited to 'tabbed.c')
| -rw-r--r-- | tabbed.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |