Browse Source

docs(no-git): add ignored flags to help

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 years ago
parent
commit
53c293d762
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/options/help.rs

+ 1 - 1
src/options/help.rs

@@ -67,7 +67,7 @@ static GIT_FILTER_HELP: &str = "  \
   --git-ignore             ignore files mentioned in '.gitignore'";
 static GIT_VIEW_HELP:   &str = "  \
   --git                    list each file's Git status, if tracked or ignored
-  --no-git                 suppress Git status (always overrides --git)
+  --no-git                 suppress Git status (always overrides --git, --git-repos, --git-repos-no-status)
   --git-repos              list root of git-tree status";
 static EXTENDED_HELP:   &str = "  \
   -@, --extended           list each file's extended attributes and sizes";