We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 367c9f9 + 98707cc commit 18ae438Copy full SHA for 18ae438
picocom.c
@@ -1256,7 +1256,7 @@ show_usage(char *name)
1256
printf("\nUsage is: %s [options] <tty device>\n", s);
1257
printf("Options are:\n");
1258
printf(" --<b>aud <baudrate>\n");
1259
- printf(" --<f>low s (=soft) | h (=hard) | n (=none)\n");
+ printf(" --<f>low x (=soft,xon/xoff) | h (=hard) | n (=none)\n");
1260
printf(" --parit<y> o (=odd) | e (=even) | n (=none)\n");
1261
printf(" --<d>atabits 5 | 6 | 7 | 8\n");
1262
printf(" --sto<p>bits 1 | 2\n");
0 commit comments