stty: fix typo (#6055)
According to `stty --help`, the `-F` argument must be capital (lowercase is not recognized). Some Asian translation appears to have the same error, but I didn't want to break encoding.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
- Get the actual transfer speed of a device:
|
||||
|
||||
`stty -f {{path/to/device_file}} speed`
|
||||
`stty -F {{path/to/device_file}} speed`
|
||||
|
||||
- Reset all modes to reasonable values for the current terminal:
|
||||
|
||||
|
Reference in New Issue
Block a user