mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
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:
parent
95d472d781
commit
73236a6e52
1 changed files with 6 additions and 7 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue