1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

Merge pull request #39 from changyuheng/pr-flow-usage

Amend wrong flow control usage
This commit is contained in:
Nick Patavalis
2016-10-04 19:25:57 +03:00
committed by GitHub

View File

@ -1256,7 +1256,7 @@ show_usage(char *name)
printf("\nUsage is: %s [options] <tty device>\n", s);
printf("Options are:\n");
printf(" --<b>aud <baudrate>\n");
printf(" --<f>low s (=soft) | h (=hard) | n (=none)\n");
printf(" --<f>low x (=soft,xon/xoff) | h (=hard) | n (=none)\n");
printf(" --parit<y> o (=odd) | e (=even) | n (=none)\n");
printf(" --<d>atabits 5 | 6 | 7 | 8\n");
printf(" --sto<p>bits 1 | 2\n");