X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/blobdiff_plain/162913e93efd60407457978a13997e582511f6bc..d6130abd9c338ba8b63bfc4600adf1fa09c02fe8:/xwait.c diff --git a/xwait.c b/xwait.c index 1a7ecd7..965b368 100644 --- a/xwait.c +++ b/xwait.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: xwait.c,v 1.4 1998/11/21 22:41:19 mdw Exp $ + * $Id: xwait.c,v 1.5 1998/11/30 22:36:53 mdw Exp $ * * Wait until prodded by another X client * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: xwait.c,v $ + * Revision 1.5 1998/11/30 22:36:53 mdw + * Tidy up tabbing in help texts very slightly. + * * Revision 1.4 1998/11/21 22:41:19 mdw * Reap children which die before I get my signal handler installed. * @@ -138,7 +141,7 @@ int main(int argc, char *argv[]) "-d, --display=DISPLAY Choose X display to connect to\n" "-f, --force Run even if this property is waited for by another\n" " process\n" -"-a, --atom=ATOM Choose property name to listen for\n" +"-a, --atom=ATOM\t Choose property name to listen for\n" "-m, --msg=MSG Choose value of property to wait for\n", stdout); exit(0);