aboutsummaryrefslogtreecommitdiffstats
path: root/docs/zh-CN/search.md
diff options
context:
space:
mode:
authorBruce Huang <helbingxxx@gmail.com>2022-10-08 11:36:49 +0800
committerGitHub <noreply@github.com>2022-10-08 03:36:49 +0000
commit02049bf68d5389140e62393cd90e310e9e2749e4 (patch)
treeeaa5f6077be80512d20f75ee597a730a40382dac /docs/zh-CN/search.md
parentadd some error messages (#510) (diff)
downloadatuin-02049bf68d5389140e62393cd90e310e9e2749e4.zip
update zh-CN docs (#539)
* update zh-CN docs * update zh-CN docs * update zh-CN docs * update zh-CN docs
Diffstat (limited to 'docs/zh-CN/search.md')
-rw-r--r--docs/zh-CN/search.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zh-CN/search.md b/docs/zh-CN/search.md
index b99233c7..36f4483e 100644
--- a/docs/zh-CN/search.md
+++ b/docs/zh-CN/search.md
@@ -32,6 +32,6 @@ atuin search --exit 0 cargo
# 从当前目录中搜索所有在2021年4月1日之前运行且失败的命令。
atuin search --exclude-exit 0 --before 01/04/2021 --cwd .
-#搜索所有以 cargo 开头,成功退出且是在昨天下午3点之后运行的命令。
+# 搜索所有以 cargo 开头,成功退出且是在昨天下午3点之后运行的命令。
atuin search --exit 0 --after "yesterday 3pm" cargo
```