Skip to content

Commit af63077

Browse files
kate: refresh page (#16410)
Co-authored-by: Managor <[email protected]>
1 parent 82bdc96 commit af63077

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pages/common/kate.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# kate
22

33
> KDE's advanced text editor.
4-
> More information: <https://kate-editor.org/>.
4+
> More information: <https://docs.kde.org/stable/en/kate/kate/fundamentals.html#starting-from-the-command-line>.
55
66
- Open specific files:
77

@@ -13,20 +13,20 @@
1313

1414
- Create a new editor instance even if one is already open:
1515

16-
`kate --new`
16+
`kate {{[-n|--new]}}`
1717

1818
- Open a file with the cursor at the specific line:
1919

20-
`kate --line {{line_number}} {{path/to/file}}`
20+
`kate {{[-l|--line]}} {{line_number}} {{path/to/file}}`
2121

2222
- Open a file with the cursor at the specific line and column:
2323

24-
`kate --line {{line_number}} --column {{column_number}} {{path/to/file}}`
24+
`kate {{[-l|--line]}} {{line_number}} {{[-c|--column]}} {{column_number}} {{path/to/file}}`
2525

2626
- Create a file from `stdin`:
2727

28-
`cat {{path/to/file}} | kate --stdin`
28+
`cat {{path/to/file}} | kate {{[-i|--stdin]}}`
2929

3030
- Display help:
3131

32-
`kate --help`
32+
`kate {{[-h|--help]}}`

0 commit comments

Comments
 (0)