Add help for listing channels
This commit is contained in:
@@ -244,9 +244,10 @@ void main_mobile_print_help(const char *arg0, const char *ext_usage)
|
||||
printf(" --no-config\n");
|
||||
printf(" Even if a config file exists, don't use it.\n");
|
||||
logging_print_help();
|
||||
printf(" -k --kanal <channel>\n");
|
||||
printf(" -k --channel <channel>\n");
|
||||
printf(" -k --kanal <channel>|list\n");
|
||||
printf(" -k --channel <channel>|list\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(" Sound card and device number (default = '%s')\n", dsp_device[0]);
|
||||
printf(" You may specify a different recording device by using '/'.\n");
|
||||
|
Reference in New Issue
Block a user