diff --git a/pages/common/stty.md b/pages/common/stty.md index b9ad7f79e..af02d4191 100644 --- a/pages/common/stty.md +++ b/pages/common/stty.md @@ -5,7 +5,7 @@ - Display all settings for the current terminal: -`stty -a` +`stty --all` - Set the number of rows: @@ -17,7 +17,7 @@ - Get the actual transfer speed of a device: -`stty -F {{path/to/device_file}} speed` +`stty --file {{path/to/device_file}} speed` - Reset all modes to reasonable values for the current terminal: