diff --git a/tools/ptraccel-debug.c b/tools/ptraccel-debug.c index fcadcbc0..84a1221c 100644 --- a/tools/ptraccel-debug.c +++ b/tools/ptraccel-debug.c @@ -182,6 +182,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"); }