Add help for listing channels

This commit is contained in:
Andreas Eversberg
2025-01-05 15:58:34 +01:00
parent 9f016593d1
commit 87dd6a0f84

View File

@@ -244,9 +244,10 @@ void main_mobile_print_help(const char *arg0, const char *ext_usage)
printf(" --no-config\n"); printf(" --no-config\n");
printf(" Even if a config file exists, don't use it.\n"); printf(" Even if a config file exists, don't use it.\n");
logging_print_help(); logging_print_help();
printf(" -k --kanal <channel>\n"); printf(" -k --kanal <channel>|list\n");
printf(" -k --channel <channel>\n"); printf(" -k --channel <channel>|list\n");
printf(" Channel (German = Kanal) number of \"Sender\" (German = Transceiver)\n"); printf(" Channel (German = Kanal) number of \"Sender\" (German = Transceiver)\n");
printf(" Use 'list' to show all channels. (Not supported by all applications.)\n");
printf(" -a --audio-device hw:<card>,<device>[/hw:<card>.<rec-device>]\n"); printf(" -a --audio-device hw:<card>,<device>[/hw:<card>.<rec-device>]\n");
printf(" Sound card and device number (default = '%s')\n", dsp_device[0]); printf(" Sound card and device number (default = '%s')\n", dsp_device[0]);
printf(" You may specify a different recording device by using '/'.\n"); printf(" You may specify a different recording device by using '/'.\n");