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
|
# gedit
|
||||||
|
|
||||||
> Text editor for the GNOME Desktop.
|
> Text editor of the GNOME Desktop project.
|
||||||
> It can be used to create and edit all kinds of text files.
|
|
||||||
|
|
||||||
- Open a text file:
|
- Open a text file:
|
||||||
|
|
||||||
@@ -11,10 +10,10 @@
|
|||||||
|
|
||||||
`gedit {{file1 file2 ...}}`
|
`gedit {{file1 file2 ...}}`
|
||||||
|
|
||||||
- Display list of supported encodings:
|
- Open a text file with a specific encoding:
|
||||||
|
|
||||||
`gedit --list-encodings`
|
|
||||||
|
|
||||||
- Open a text file with the specified encoding:
|
|
||||||
|
|
||||||
`gedit --encoding={{UTF-8}} {{path/to/file}}`
|
`gedit --encoding={{UTF-8}} {{path/to/file}}`
|
||||||
|
|
||||||
|
- Display a list of supported encodings:
|
||||||
|
|
||||||
|
`gedit --list-encodings`
|
||||||
|
Reference in New Issue
Block a user