tools: add some extra help output about the expected input data

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit d1d3ea4d06)
This commit is contained in:
Peter Hutterer 2016-11-14 16:50:55 +10:00
parent 12b7ba7086
commit 3211a8a23c

View file

@ -181,6 +181,9 @@ usage(void)
"If stdin is a pipe, mode defaults to 'sequence' and the pipe is read \n"
"for delta coordinates\n"
"\n"
"Delta coordinates passed into this tool must be in dpi as\n"
"specified by the --dpi argument\n"
"\n"
"Output best viewed with gnuplot. See output for gnuplot commands\n");
}