aboutsummaryrefslogtreecommitdiff
path: root/doc/13_Help.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-02-11 16:38:18 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2013-02-11 16:38:18 -0500
commit1e0661c37bf40189c91e935811296b9919804075 (patch)
tree34e4c96afc9af8d86f51c564ec7c76666095ef0e /doc/13_Help.md
parent8e45692099dd22635bb06764ef281e858784565f (diff)
downloadtextadept-1e0661c37bf40189c91e935811296b9919804075.tar.gz
textadept-1e0661c37bf40189c91e935811296b9919804075.zip
Added command line switches for running Lua code on startup.
Diffstat (limited to 'doc/13_Help.md')
-rw-r--r--doc/13_Help.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/13_Help.md b/doc/13_Help.md
index f2c3dedc..673c2759 100644
--- a/doc/13_Help.md
+++ b/doc/13_Help.md
@@ -7,6 +7,7 @@ parameters.
Switch |Arguments|Description
-------------------|:-------:|-----------
+`-e`, `--execute` | 1 |Run Lua [code][].
`-f`, `--force` | 0 |Forces [unique instance][].
`-h`, `--help` | 0 |Shows this.
`-n`, `--nosession`| 0 |No [session][] functionality.
@@ -15,6 +16,7 @@ Switch |Arguments|Description
The help switch is unavailable in ncurses.
+[code]: 10_Advanced.html#Command.Entry
[unique instance]: 02_Installation.html#Single.Instance
[session]: 04_WorkingWithFiles.html#Sessions
[`_USERHOME`]: api/_G.html#_USERHOME