diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-09-13 16:22:26 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-09-13 16:22:26 +0000 |
commit | 1d1cf586f036be6736ac59b87c09584173ef80d4 (patch) | |
tree | 0fbd646dcdd454135ae2cba2ed563155cf919605 /app | |
parent | 73faaec7f0412c6beb2f94281853028e9716ce1c (diff) |
Patch from X.Org -current: Make usage() report the current version.
Diffstat (limited to 'app')
-rw-r--r-- | app/xcompmgr/xcompmgr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xcompmgr/xcompmgr.c b/app/xcompmgr/xcompmgr.c index f7e714c37..d746cac6b 100644 --- a/app/xcompmgr/xcompmgr.c +++ b/app/xcompmgr/xcompmgr.c @@ -1,5 +1,5 @@ /* - * $Id: xcompmgr.c,v 1.1 2008/09/13 16:15:44 matthieu Exp $ + * $Id: xcompmgr.c,v 1.2 2008/09/13 16:22:25 matthieu Exp $ * * Copyright © 2003 Keith Packard * @@ -1845,7 +1845,7 @@ ev_window (XEvent *ev) void usage (char *program) { - fprintf (stderr, "%s v1.1.3\n", program); + fprintf (stderr, "%s v1.1.4\n", program); fprintf (stderr, "usage: %s [options]\n", program); fprintf (stderr, "Options\n"); fprintf (stderr, " -d display\n Specifies which display should be managed.\n"); |