Skip to content

Commit

Permalink
docs: Fix typo --get-repos-no-status to --git-repos-no-status
Browse files Browse the repository at this point in the history
  • Loading branch information
2JS authored and MartinFillon committed Oct 29, 2024
1 parent ab57f46 commit 2aa5191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/options/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion tests/ptests/ptest_2439b7d68089135b.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2aa5191

Please sign in to comment.