Skip to content

Commit 8597b14

Browse files
committed
stty/flags: Do not show tandem option
It is just an alias for ixoff, and it's marked with `OMIT` in GNU version
1 parent dbd3aaa commit 8597b14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uu/stty/src/flags.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ pub const INPUT_FLAGS: &[Flag<I>] = &[
8282
Flag::new("igncr", I::IGNCR),
8383
Flag::new("icrnl", I::ICRNL).sane(),
8484
Flag::new("ixoff", I::IXOFF),
85-
Flag::new("tandem", I::IXOFF),
8685
Flag::new("ixon", I::IXON),
86+
Flag::new("tandem", I::IXOFF).hidden(),
8787
// not supported by nix
8888
// Flag::new("iuclc", I::IUCLC),
8989
Flag::new("ixany", I::IXANY),

0 commit comments

Comments
 (0)