From deac66d6daee31c8633dd52bed566b6618c64a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Tue, 23 Apr 2002 22:04:19 +0000 Subject: [PATCH] misc fix in labels git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1046 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- tests/rigctl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/rigctl.c b/tests/rigctl.c index 18b6b4893..724145383 100644 --- a/tests/rigctl.c +++ b/tests/rigctl.c @@ -5,7 +5,7 @@ * It takes commands in interactive mode as well as * from command line options. * - * $Id: rigctl.c,v 1.28 2002-01-27 23:58:24 fillods Exp $ + * $Id: rigctl.c,v 1.29 2002-04-23 22:04:19 fillods Exp $ * * * This program is free software; you can redistribute it and/or @@ -164,8 +164,8 @@ struct test_table test_list[] = { { 'l', "get_level", get_level, ARG_IN1|ARG_OUT2, "Level", "Value" }, { 'U', "set_func", set_func, ARG_IN, "Func", "Func status" }, { 'u', "get_func", get_func, ARG_IN1|ARG_OUT2, "Func", "Func status" }, - { 'P', "set_parm", set_parm, ARG_IN, "Level", "Value" }, - { 'p', "get_parm", get_parm, ARG_IN1|ARG_OUT2, "Level", "Value" }, + { 'P', "set_parm", set_parm, ARG_IN, "Parm", "Value" }, + { 'p', "get_parm", get_parm, ARG_IN1|ARG_OUT2, "Parm", "Value" }, { 'E', "set_mem", set_mem, ARG_IN, "Memory#" }, { 'e', "get_mem", get_mem, ARG_OUT, "Memory#" }, { 'G', "vfo_op", vfo_op, ARG_IN, "Mem/VFO op" },