scanner: expand help string

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2013-08-07 11:05:58 +10:00 committed by Kristian Høgsberg
parent a4ac7a6786
commit f997ed2f47

View file

@ -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);
}