aboutsummaryrefslogtreecommitdiffstats
path: root/docs/zh-CN/list.md
diff options
context:
space:
mode:
authorBaptiste <32563450+BapRx@users.noreply.github.com>2023-01-11 22:36:51 +0100
committerGitHub <noreply@github.com>2023-01-11 21:36:51 +0000
commit62f001898add1edda5db377ad5e96867b72b9b2b (patch)
treee11fc343cae9a6bbc8d16276892458c3d35dc3ed /docs/zh-CN/list.md
parentchore(#621): Exit atuin when pressing down arrow on most recent entry (#659) (diff)
downloadatuin-62f001898add1edda5db377ad5e96867b72b9b2b.zip
docs: Remove human short flag from docs, duplicate of help -h (#663)
Diffstat (limited to 'docs/zh-CN/list.md')
-rw-r--r--docs/zh-CN/list.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/zh-CN/list.md b/docs/zh-CN/list.md
index c341ec42..fe03529f 100644
--- a/docs/zh-CN/list.md
+++ b/docs/zh-CN/list.md
@@ -4,8 +4,8 @@
atuin history list
```
-| 参数 | 描述 |
-| -------------- | ----------------------------------------------------------------------------- |
-| `--cwd/-c` | 要列出历史记录的目录(默认:所有目录) |
-| `--session/-s` | 只对当前会话启用列表历史(默认:false) |
-| `--human/-h` | 对时间戳和持续时间使用人类可读的格式(默认:false)。 |
+| 参数 | 描述 |
+| -------------- | ----------------------------------------------------- |
+| `--cwd/-c` | 要列出历史记录的目录(默认:所有目录) |
+| `--session/-s` | 只对当前会话启用列表历史(默认:false) |
+| `--human` | 对时间戳和持续时间使用人类可读的格式(默认:false)。 |