aboutsummaryrefslogtreecommitdiff
path: root/doc/10_Advanced.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/10_Advanced.md')
-rw-r--r--doc/10_Advanced.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/10_Advanced.md b/doc/10_Advanced.md
index a54f7145..5ac24594 100644
--- a/doc/10_Advanced.md
+++ b/doc/10_Advanced.md
@@ -10,7 +10,8 @@ For available commands, see the [Lua API][]. Abbreviated commands for
[`buffer`][], [`view`][] and [`gui`][] are available: the command
`buffer:append_text('foo')` can be shortened to `append_text('foo')`. Therefore,
use `_G.print()` for Lua's `print()` since [`gui.print()`][] is shortened to
-`print()`.
+`print()`. You can also run commands on startup using the `-e` and `--execute`
+command line switches.
![Command Entry](images/commandentry.png)