From 9a5f6f480eaa77f095cf25d53cb780ca17781889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Mon, 11 Sep 2023 15:07:34 +0200 Subject: [PATCH] docs(fish): expand `--all` documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: #253 Signed-off-by: Christina Sørensen --- completions/fish/eza.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/fish/eza.fish b/completions/fish/eza.fish index 0b79649e..d4e7ad9a 100755 --- a/completions/fish/eza.fish +++ b/completions/fish/eza.fish @@ -25,7 +25,7 @@ complete -c eza -l hyperlink -d "Display entries as hyperlinks" # Filtering and sorting options complete -c eza -l group-directories-first -d "Sort directories before other files" complete -c eza -l git-ignore -d "Ignore files mentioned in '.gitignore'" -complete -c eza -s a -l all -d "Show hidden and 'dot' files" +complete -c eza -s a -l all -d "Show hidden and 'dot' files. Use this twice to also show the '.' and '..' directories" complete -c eza -s d -l list-dirs -d "List directories like regular files" complete -c eza -s L -l level -d "Limit the depth of recursion" -x -a "1 2 3 4 5 6 7 8 9" complete -c eza -s w -l width -d "Limits column output of grid, 0 implies auto-width"