diff options
author | 2012-10-03 11:51:55 -0400 | |
---|---|---|
committer | 2012-10-03 11:51:55 -0400 | |
commit | 4cfd28a22fd627675b354a25bf2becfff5c35eb1 (patch) | |
tree | 7f90ee6b0534be32d734445e209779e11d7a98b4 /doc/13_Help.md | |
parent | d9f19ce489e0a4cbd6568ba4c16a0ff500847524 (diff) | |
download | textadept-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.md | 13 |
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 |