summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/TextEditor.md
diff options
context:
space:
mode:
Diffstat (limited to 'Base/usr/share/man/man1/TextEditor.md')
-rw-r--r--Base/usr/share/man/man1/TextEditor.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/Base/usr/share/man/man1/TextEditor.md b/Base/usr/share/man/man1/TextEditor.md
index adb1670c9f..e1a6d4687c 100644
--- a/Base/usr/share/man/man1/TextEditor.md
+++ b/Base/usr/share/man/man1/TextEditor.md
@@ -5,7 +5,7 @@ TextEditor - SerenityOS text editor
## Synopsis
```**sh
-$ TextEditor [--preview-mode mode] [file]
+$ TextEditor [--preview-mode mode] [file[:line[:column]]]
```
## Description
@@ -19,10 +19,11 @@ which allows automatic live rendering of HTML and Markdown documents.
## Arguments
-* `file`: File to edit
+* `file[:line[:column]]`: File to edit, with optional starting line and column number
## Examples
```sh
$ TextEditor /home/anon/Documents/emoji.txt
+$ TextEditor /home/anon/Documents/emoji.txt:5:12
```