diff options
author | 2013-02-05 15:39:19 -0500 | |
---|---|---|
committer | 2013-02-05 15:39:19 -0500 | |
commit | 8e45692099dd22635bb06764ef281e858784565f (patch) | |
tree | 5b6df9019a667be63f6ac9ff557ce2762e0b4bfe /doc/13_Help.md | |
parent | 86ad9c9f1cf93704f12e760eb4b396f40d55d404 (diff) | |
download | textadept-8e45692099dd22635bb06764ef281e858784565f.tar.gz textadept-8e45692099dd22635bb06764ef281e858784565f.zip |
Added command line switches for loading sessions on startup.
Diffstat (limited to 'doc/13_Help.md')
-rw-r--r-- | doc/13_Help.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/13_Help.md b/doc/13_Help.md index 6cbcdb52..f2c3dedc 100644 --- a/doc/13_Help.md +++ b/doc/13_Help.md @@ -10,6 +10,7 @@ Switch |Arguments|Description `-f`, `--force` | 0 |Forces [unique instance][]. `-h`, `--help` | 0 |Shows this. `-n`, `--nosession`| 0 |No [session][] functionality. +`-s`, `--session` | 1 |Loads [session][] on startup. `-u`, `--userhome` | 1 |Sets alternate [`_USERHOME`][]. The help switch is unavailable in ncurses. |