Skip to content

Commit 18ae438

Browse files
authored
Merge pull request #39 from changyuheng/pr-flow-usage
Amend wrong flow control usage
2 parents 367c9f9 + 98707cc commit 18ae438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picocom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ show_usage(char *name)
12561256
printf("\nUsage is: %s [options] <tty device>\n", s);
12571257
printf("Options are:\n");
12581258
printf(" --<b>aud <baudrate>\n");
1259-
printf(" --<f>low s (=soft) | h (=hard) | n (=none)\n");
1259+
printf(" --<f>low x (=soft,xon/xoff) | h (=hard) | n (=none)\n");
12601260
printf(" --parit<y> o (=odd) | e (=even) | n (=none)\n");
12611261
printf(" --<d>atabits 5 | 6 | 7 | 8\n");
12621262
printf(" --sto<p>bits 1 | 2\n");

0 commit comments

Comments
 (0)