git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2007 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.5
Stéphane Fillod, F8CFE 2005-04-10 22:32:54 +00:00
rodzic 138fad8ba7
commit c9a4c4c735
1 zmienionych plików z 701 dodań i 699 usunięć

Wyświetl plik

@ -5,7 +5,7 @@
* It takes commands in interactive mode as well as
* from command line options.
*
* $Id: rigctl.c,v 1.55 2005-03-13 17:55:47 fillods Exp $
* $Id: rigctl.c,v 1.56 2005-04-10 22:32:54 fillods Exp $
*
*
* This program is free software; you can redistribute it and/or
@ -679,7 +679,9 @@ void usage_rig()
printf("Commands (may not be available for this rig):\n");
for (i=0; test_list[i].cmd != 0; i++) {
printf("%c: %-16s(", isprint(test_list[i].cmd)?test_list[i].cmd:'?', test_list[i].name);
printf("%c: %-16s(", isprint(test_list[i].cmd) ?
test_list[i].cmd:'?', test_list[i].name);
if (test_list[i].arg1 && (test_list[i].flags&ARG_IN1))
printf("%s", test_list[i].arg1);
if (test_list[i].arg2 && (test_list[i].flags&ARG_IN2))