diff options
author | Johan Rylander <johan@rylander.cc> | 2019-06-12 23:33:33 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-06-12 23:33:33 +0200 |
commit | 6c114bbba7754b93b9ab881f578b80254300ce6d (patch) | |
tree | 821295974eb33846f839efcd265f743740e6a2bf | |
parent | 4b90549b86c29f79622f45961db7f851e22e8930 (diff) | |
download | weechat-6c114bbba7754b93b9ab881f578b80254300ce6d.zip |
doc: remove obsolete options for "brew install" command (FAQ)
-rw-r--r-- | doc/de/weechat_faq.de.adoc | 2 | ||||
-rw-r--r-- | doc/en/weechat_faq.en.adoc | 2 | ||||
-rw-r--r-- | doc/fr/weechat_faq.fr.adoc | 2 | ||||
-rw-r--r-- | doc/it/weechat_faq.it.adoc | 2 | ||||
-rw-r--r-- | doc/ja/weechat_faq.ja.adoc | 2 | ||||
-rw-r--r-- | doc/pl/weechat_faq.pl.adoc | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/doc/de/weechat_faq.de.adoc b/doc/de/weechat_faq.de.adoc index 3e9c03e06..1e445ac5d 100644 --- a/doc/de/weechat_faq.de.adoc +++ b/doc/de/weechat_faq.de.adoc @@ -79,7 +79,7 @@ brew info weechat WeeChat kann durch folgenden Befehl installiert werden: ---- -brew install weechat --with-aspell --with-curl --with-python --with-perl --with-ruby --with-lua --with-guile +brew install weechat ---- [[lost]] diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc index 1ad1c2746..43d5cb949 100644 --- a/doc/en/weechat_faq.en.adoc +++ b/doc/en/weechat_faq.en.adoc @@ -69,7 +69,7 @@ brew info weechat You can install WeeChat with this command: ---- -brew install weechat --with-aspell --with-curl --with-python --with-perl --with-ruby --with-lua --with-guile +brew install weechat ---- [[lost]] diff --git a/doc/fr/weechat_faq.fr.adoc b/doc/fr/weechat_faq.fr.adoc index 9bd46044f..1eed920c1 100644 --- a/doc/fr/weechat_faq.fr.adoc +++ b/doc/fr/weechat_faq.fr.adoc @@ -73,7 +73,7 @@ brew info weechat Vous pouvez installer WeeChat avec cette commande : ---- -brew install weechat --with-aspell --with-curl --with-python --with-perl --with-ruby --with-lua --with-guile +brew install weechat ---- [[lost]] diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc index 0745a963a..034d90db4 100644 --- a/doc/it/weechat_faq.it.adoc +++ b/doc/it/weechat_faq.it.adoc @@ -83,7 +83,7 @@ brew info weechat You can install WeeChat with this command: ---- -brew install weechat --with-aspell --with-curl --with-python --with-perl --with-ruby --with-lua --with-guile +brew install weechat ---- [[lost]] diff --git a/doc/ja/weechat_faq.ja.adoc b/doc/ja/weechat_faq.ja.adoc index 55a42a468..896ffd143 100644 --- a/doc/ja/weechat_faq.ja.adoc +++ b/doc/ja/weechat_faq.ja.adoc @@ -74,7 +74,7 @@ brew info weechat 以下のコマンドで WeeChat をインストールします: ---- -brew install weechat --with-aspell --with-curl --with-python --with-perl --with-ruby --with-lua --with-guile +brew install weechat ---- [[lost]] diff --git a/doc/pl/weechat_faq.pl.adoc b/doc/pl/weechat_faq.pl.adoc index 5413b5fec..a1ad481d1 100644 --- a/doc/pl/weechat_faq.pl.adoc +++ b/doc/pl/weechat_faq.pl.adoc @@ -74,7 +74,7 @@ brew info weechat Możesz zainstalować WeeChat za pomocą komendy: ---- -brew install weechat --with-aspell --with-curl --with-python --with-perl --with-ruby --with-lua --with-guile +brew install weechat ---- [[lost]] |