mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
Fix usage help text in wayland-scanner
This commit is contained in:
parent
21e877f3f6
commit
0b29a2fec7
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ static const char copyright[] =
|
|||
static int
|
||||
usage(int ret)
|
||||
{
|
||||
fprintf(stderr, "usage: ./scanner [header|code]\n");
|
||||
fprintf(stderr, "usage: ./scanner [client-header|server-header|code]\n");
|
||||
exit(ret);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue