diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-02 15:13:13 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-02 15:13:13 +0200 |
commit | 6c93d1d7116f73f09d0cd10263728bed69acae31 (patch) | |
tree | e6219adc4ed38dc4a5307b496c1855b9a540f2fe /doc/en/weechat_user.en.adoc | |
parent | 2ff18a8d46a5adb7b46525a993ca69367a1b6f08 (diff) | |
download | weechat-6c93d1d7116f73f09d0cd10263728bed69acae31.zip |
doc: move files cmdline_options.xx.adoc and man.xx.adoc into "includes" directory
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 83e7fb120..72b1225b5 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -502,14 +502,14 @@ created in _~/.weechat_ with default options and values ==== Command line options -include::cmdline_options.en.adoc[tag=standard] +include::includes/cmdline_options.en.adoc[tag=standard] ==== Extra debug options [WARNING] These options are for debug purposes only, *DO NOT USE IN PRODUCTION!* -include::cmdline_options.en.adoc[tag=debug] +include::includes/cmdline_options.en.adoc[tag=debug] [[environment_variables]] === Environment variables |