Patch from X.Org -current: Make usage() report the current version.

This commit is contained in:
matthieu 2008-09-13 16:22:25 +00:00
parent dd8896a496
commit 15769b01aa

View File

@ -1,5 +1,5 @@
/* /*
* $Id: xcompmgr.c,v 1.1.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 * Copyright © 2003 Keith Packard
* *
@ -1845,7 +1845,7 @@ ev_window (XEvent *ev)
void void
usage (char *program) 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, "usage: %s [options]\n", program);
fprintf (stderr, "Options\n"); fprintf (stderr, "Options\n");
fprintf (stderr, " -d display\n Specifies which display should be managed.\n"); fprintf (stderr, " -d display\n Specifies which display should be managed.\n");