projects
/
platform
/
upstream
/
wayland.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d1ed47
)
scanner: expand help string
author
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 7 Aug 2013 01:05:58 +0000
(11:05 +1000)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Wed, 7 Aug 2013 23:24:55 +0000
(16:24 -0700)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/scanner.c
patch
|
blob
|
history
diff --git
a/src/scanner.c
b/src/scanner.c
index
ace6633
..
5124000
100644
(file)
--- a/
src/scanner.c
+++ b/
src/scanner.c
@@
-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);
}