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
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
95d472d781
commit
73236a6e52
@@ -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`
|
||||
|
Reference in New Issue
Block a user