From 73236a6e5241450fcb9b72b38ce3a3adf68138af Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Thu, 28 Nov 2019 21:30:59 +0000 Subject: [PATCH] gedit: streamline page (#3622) - Remove the second line of the description, which didn't add useful info - Reorder two examples to provide a more logical sequence - Tweak some descriptions for clarity and correctness --- pages/linux/gedit.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pages/linux/gedit.md b/pages/linux/gedit.md index 57662418e..0486e170c 100644 --- a/pages/linux/gedit.md +++ b/pages/linux/gedit.md @@ -1,7 +1,6 @@ # gedit -> Text editor for the GNOME Desktop. -> It can be used to create and edit all kinds of text files. +> Text editor of the GNOME Desktop project. - Open a text file: @@ -11,10 +10,10 @@ `gedit {{file1 file2 ...}}` -- Display list of supported encodings: - -`gedit --list-encodings` - -- Open a text file with the specified encoding: +- Open a text file with a specific encoding: `gedit --encoding={{UTF-8}} {{path/to/file}}` + +- Display a list of supported encodings: + +`gedit --list-encodings`