summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorConstantin Nickel <constantin.nickel@gmail.com>2023-03-15 07:42:01 +0100
committerConstantin Nickel <constantin.nickel@gmail.com>2023-03-15 08:52:31 +0100
commitc094cd3ee5ac35b6803b43b7ed3be391ca4b9f8b (patch)
tree999b63532e88eda409085bb9c7ffcb1e0a85dc58 /doc
parent231ad86f047f8904586e3a945a831d3f529ee4ac (diff)
Update `clap` to 4.1.8
This requires bumping the MSRV to 1.64. It also updates the `terminal_size` crate that is pulled in by `clap` to reduce duplicate dependencies.
Diffstat (limited to 'doc')
-rw-r--r--doc/README-ja.md2
-rw-r--r--doc/README-ko.md2
-rw-r--r--doc/README-ru.md2
-rw-r--r--doc/README-zh.md2
-rw-r--r--doc/long-help.txt4
-rw-r--r--doc/short-help.txt4
6 files changed, 8 insertions, 8 deletions
diff --git a/doc/README-ja.md b/doc/README-ja.md
index 217edf85..35a4e469 100644
--- a/doc/README-ja.md
+++ b/doc/README-ja.md
@@ -366,7 +366,7 @@ ansible-galaxy install aeimer.install_bat
### From source
-`bat` をソースからビルドしたいならば、Rust 1.62.0 以上の環境が必要です。
+`bat` をソースからビルドしたいならば、Rust 1.64.0 以上の環境が必要です。
`cargo` を使用してビルドすることができます:
```bash
diff --git a/doc/README-ko.md b/doc/README-ko.md
index bdfbc798..50f1ae04 100644
--- a/doc/README-ko.md
+++ b/doc/README-ko.md
@@ -416,7 +416,7 @@ scoop install bat
### 소스에서
-`bat`의 소스를 빌드하기 위해서는, Rust 1.62.0 이상이 필요합니다.
+`bat`의 소스를 빌드하기 위해서는, Rust 1.64.0 이상이 필요합니다.
`cargo`를 이용해 전부 빌드할 수 있습니다:
```bash
diff --git a/doc/README-ru.md b/doc/README-ru.md
index 6932e2e0..4adb73b3 100644
--- a/doc/README-ru.md
+++ b/doc/README-ru.md
@@ -344,7 +344,7 @@ ansible-galaxy install aeimer.install_bat
### Из исходников
-Если вы желаете установить `bat` из исходников, вам понадобится Rust 1.62.0 или выше. После этого используйте `cargo`, чтобы все скомпилировать:
+Если вы желаете установить `bat` из исходников, вам понадобится Rust 1.64.0 или выше. После этого используйте `cargo`, чтобы все скомпилировать:
```bash
cargo install --locked bat
diff --git a/doc/README-zh.md b/doc/README-zh.md
index fda720d7..e37d115d 100644
--- a/doc/README-zh.md
+++ b/doc/README-zh.md
@@ -372,7 +372,7 @@ scoop install bat
### 从源码编译
-如果你想要自己构建`bat`,那么你需要安装有高于1.62.0版本的 Rust。
+如果你想要自己构建`bat`,那么你需要安装有高于1.64.0版本的 Rust。
使用以下命令编译。
diff --git a/doc/long-help.txt b/doc/long-help.txt
index a1162e97..dafcfd7a 100644
--- a/doc/long-help.txt
+++ b/doc/long-help.txt
@@ -161,7 +161,7 @@ Options:
Show acknowledgements.
-h, --help
- Print help information (use `-h` for a summary)
+ Print help (see a summary with '-h')
-V, --version
- Print version information
+ Print version
diff --git a/doc/short-help.txt b/doc/short-help.txt
index 18f08bbe..118dbce2 100644
--- a/doc/short-help.txt
+++ b/doc/short-help.txt
@@ -51,6 +51,6 @@ Options:
-L, --list-languages
Display all supported languages.
-h, --help
- Print help information (use `--help` for more detail)
+ Print help (see more with '--help')
-V, --version
- Print version information
+ Print version