浏览代码

docs: Fix typo `--get-repos-no-status` to `--git-repos-no-status`

Lee, Jun Seok 1 年之前
父节点
当前提交
2aa5191eec
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/options/help.rs
  2. 1 1
      tests/ptests/ptest_2439b7d68089135b.stdout

+ 1 - 1
src/options/help.rs

@@ -96,7 +96,7 @@ static GIT_VIEW_HELP: &str = "  \
   --no-git                   suppress Git status (always overrides --git,
                              --git-repos, --git-repos-no-status)
   --git-repos                list root of git-tree status
-  --get-repos-no-status      list each git-repos branch name (much faster)
+  --git-repos-no-status      list each git-repos branch name (much faster)
     ";
 static EXTENDED_HELP: &str = "  \
   -@, --extended             list each file's extended attributes and sizes";

+ 1 - 1
tests/ptests/ptest_2439b7d68089135b.stdout

@@ -78,7 +78,7 @@ LONG VIEW OPTIONS
   --no-git                   suppress Git status (always overrides --git,
                              --git-repos, --git-repos-no-status)
   --git-repos                list root of git-tree status
-  --get-repos-no-status      list each git-repos branch name (much faster)
+  --git-repos-no-status      list each git-repos branch name (much faster)
     
   -@, --extended             list each file's extended attributes and sizes
   -Z, --context              list each file's security context