jollycom: Minor fix in command line help

This commit is contained in:
Andreas Eversberg
2024-03-24 13:26:35 +01:00
parent b51c9f26d1
commit ba02b27a74

View File

@@ -51,7 +51,7 @@ const char *aaimage[] = { NULL };
void print_help(const char *arg0) void print_help(const char *arg0)
{ {
main_mobile_print_help(arg0, "[-F <downlink MHz>,<uplink MHz>] "); main_mobile_print_help(arg0, "[-F <downlink MHz>,<uplink MHz>,<step KHz>] ");
/* - - */ /* - - */
printf(" -F --frequency <downlink MHz>,<uplink MHz>,<step KHz>\n"); printf(" -F --frequency <downlink MHz>,<uplink MHz>,<step KHz>\n");
printf(" Downlink and uplink frequency to use for channel 0.\n"); printf(" Downlink and uplink frequency to use for channel 0.\n");