From be0605dd3c487f9e2d29646b10c3f70d95b9deb0 Mon Sep 17 00:00:00 2001 From: Irina <91758930+iridacea@users.noreply.github.com> Date: Tue, 8 Nov 2022 06:57:53 +0300 Subject: [PATCH] stty: refresh page (#9465) --- pages/common/stty.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: