summaryrefslogtreecommitdiff
path: root/doc/en/weechat_dev.en.asciidoc
diff options
context:
space:
mode:
authorSimmo Saan <simmo.saan@gmail.com>2015-08-06 18:20:29 +0300
committerSimmo Saan <simmo.saan@gmail.com>2015-08-06 18:20:29 +0300
commit54998439057cd6330713f2020417a3198adb9b55 (patch)
tree0d660c12c9aa8fc0f73d8f5f3ef255a239d14f19 /doc/en/weechat_dev.en.asciidoc
parentb1bd5c721e66fc4ff414516ad839622988b65e71 (diff)
downloadweechat-54998439057cd6330713f2020417a3198adb9b55.zip
core: update examples of alias add commands
Diffstat (limited to 'doc/en/weechat_dev.en.asciidoc')
-rw-r--r--doc/en/weechat_dev.en.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_dev.en.asciidoc b/doc/en/weechat_dev.en.asciidoc
index 46058fd13..3a00d8777 100644
--- a/doc/en/weechat_dev.en.asciidoc
+++ b/doc/en/weechat_dev.en.asciidoc
@@ -1053,7 +1053,7 @@ Then you can load this script in your WeeChat, and setup path to your '/doc' dir
Then create this alias to build files:
----
-/alias doc /perl unload; /python unload; /ruby unload; /lua unload; /tcl unload; /guile unload; /javascript unload; /python load docgen.py; /wait 1ms /docgen
+/alias add doc /perl unload; /python unload; /ruby unload; /lua unload; /tcl unload; /guile unload; /javascript unload; /python load docgen.py; /wait 1ms /docgen
----
And use command `/doc` to build all files, for all languages.