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

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2016-11-14 16:50:55 +10:00
parent 86ead3a6ad
commit d1d3ea4d06

View file

@ -182,6 +182,9 @@ usage(void)
"If stdin is a pipe, mode defaults to 'sequence' and the pipe is read \n" "If stdin is a pipe, mode defaults to 'sequence' and the pipe is read \n"
"for delta coordinates\n" "for delta coordinates\n"
"\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"); "Output best viewed with gnuplot. See output for gnuplot commands\n");
} }