mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
scanner: expand help string
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a4ac7a6786
commit
f997ed2f47
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,10 @@ static int
|
|||
usage(int ret)
|
||||
{
|
||||
fprintf(stderr, "usage: ./scanner [client-header|server-header|code]\n");
|
||||
fprintf(stderr, "\n");
|
||||
fprintf(stderr, "Converts XML protocol descriptions supplied on "
|
||||
"stdin to client headers,\n"
|
||||
"server headers, or protocol marshalling code.\n");
|
||||
exit(ret);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue