From 7a06a77283c7890db29829b07b82a2efd2b85783 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 6 Jun 2019 11:34:33 +0200 Subject: [PATCH] text of data setdebugmode --- client/cmddata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmddata.c b/client/cmddata.c index caeca4d3e..9811d1b62 100644 --- a/client/cmddata.c +++ b/client/cmddata.c @@ -2141,7 +2141,7 @@ static command_t CommandTable[] = { {"save", CmdSave, AlwaysAvailable, " -- Save trace (from graph window)"}, {"setgraphmarkers", CmdSetGraphMarkers, AlwaysAvailable, "[orange_marker] [blue_marker] (in graph window)"}, {"scale", CmdScale, AlwaysAvailable, " -- Set cursor display scale"}, - {"setdebugmode", CmdSetDebugMode, AlwaysAvailable, "<0|1|2> -- Turn on or off Debugging Level for lf demods"}, + {"setdebugmode", CmdSetDebugMode, AlwaysAvailable, "<0|1|2> -- Set Debugging Level on client side"}, {"shiftgraphzero", CmdGraphShiftZero, AlwaysAvailable, " -- Shift 0 for Graphed wave + or - shift value"}, {"dirthreshold", CmdDirectionalThreshold, AlwaysAvailable, " -- Max rising higher up-thres/ Min falling lower down-thres, keep rest as prev."}, {"tune", CmdTuneSamples, IfPm3Present, "Get hw tune samples for graph window"},