diff --git a/tools/ptraccel-debug.c b/tools/ptraccel-debug.c index 3546b468..55382501 100644 --- a/tools/ptraccel-debug.c +++ b/tools/ptraccel-debug.c @@ -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"); }