From 1f4dd9985ac372de9817722109f75912ea00b41d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 19 Jun 2015 16:07:10 +1000 Subject: [PATCH] tools: drop superfluous linebreaks in ptraccel-debug Signed-off-by: Peter Hutterer --- tools/ptraccel-debug.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/ptraccel-debug.c b/tools/ptraccel-debug.c index 8b800ee1..1d895983 100644 --- a/tools/ptraccel-debug.c +++ b/tools/ptraccel-debug.c @@ -165,9 +165,9 @@ usage(void) " delta ... print delta to accelerated delta\n" " accel ... print accel factor\n" " sequence ... print motion for custom delta sequence\n" - "--maxdx=\n ... in motion mode only. Stop increasing dx at maxdx\n" - "--steps=\n ... in motion and delta modes only. Increase dx by step each round\n" - "--speed=\n ... accel speed [-1, 1], default 0\n" + "--maxdx= ... in motion mode only. Stop increasing dx at maxdx\n" + "--steps= ... in motion and delta modes only. Increase dx by step each round\n" + "--speed= ... accel speed [-1, 1], default 0\n" "\n" "If extra arguments are present and mode is not given, mode defaults to 'sequence'\n" "and the arguments are interpreted as sequence of delta x coordinates\n"