mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
bump version number
This commit is contained in:
parent
fd2dc3730c
commit
c262e75a82
1 changed files with 1 additions and 1 deletions
|
@ -1825,7 +1825,7 @@ ev_window (XEvent *ev)
|
||||||
void
|
void
|
||||||
usage (char *program)
|
usage (char *program)
|
||||||
{
|
{
|
||||||
fprintf (stderr, "%s v1.0\n", program);
|
fprintf (stderr, "%s v1.1\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");
|
||||||
|
|
Loading…
Reference in a new issue