Remove Recommend statment from rigctl.c

pull/155/head
Michael Black 2019-12-19 09:38:50 -06:00
rodzic 8baeb4d5cf
commit 00d578074e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6599353EC683404D
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -558,10 +558,6 @@ int main(int argc, char *argv[])
fprintf(stderr, "vfo mode doesn't make sense for any rig other than rig#2\n"); fprintf(stderr, "vfo mode doesn't make sense for any rig other than rig#2\n");
fprintf(stderr, "But we'll let you run this way if you want\n"); fprintf(stderr, "But we'll let you run this way if you want\n");
} }
else if (!vfo_mode && my_rig->caps->rig_model == RIG_MODEL_NETRIGCTL)
{
fprintf(stderr, "Recommend using --vfo switch for rigctl with rigctld\n");
}
} }
rig_debug(RIG_DEBUG_VERBOSE, rig_debug(RIG_DEBUG_VERBOSE,