aboutsummaryrefslogtreecommitdiff
path: root/doc/13_Help.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-10-03 11:51:55 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-10-03 11:51:55 -0400
commit4cfd28a22fd627675b354a25bf2becfff5c35eb1 (patch)
tree7f90ee6b0534be32d734445e209779e11d7a98b4 /doc/13_Help.md
parentd9f19ce489e0a4cbd6568ba4c16a0ff500847524 (diff)
downloadtextadept-4cfd28a22fd627675b354a25bf2becfff5c35eb1.tar.gz
textadept-4cfd28a22fd627675b354a25bf2becfff5c35eb1.zip
Added command line argument documentation; doc/13_Help.md
Diffstat (limited to 'doc/13_Help.md')
-rw-r--r--doc/13_Help.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/13_Help.md b/doc/13_Help.md
index ee245fcc..076f173d 100644
--- a/doc/13_Help.md
+++ b/doc/13_Help.md
@@ -5,7 +5,18 @@
Passing `-h` or `--help` to Textadept shows a list of available command line
parameters.
-This is unavailable in ncurses.
+Switch |Arguments|Description
+-------------------|:-------:|-----------
+`-f`, `--force` | 0 |Forces [unique instance][].
+`-h`, `--help` | 0 |Shows this.
+`-n`, `--nosession`| 0 |No [session][] functionality.
+`-u`, `--userhome` | 1 |Sets alternate [`_USERHOME`][].
+
+The help switch is unavailable in ncurses.
+
+[unique instance]: 02_Installation.html#Single.Instance
+[session]: 04_WorkingWithFiles.html#Sessions
+[`_USERHOME`]: api/_G.html#_USERHOME
## Online Help