From f6b397556299f2b886179325b5e06788bd2b0418 Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Thu, 24 Jun 2021 17:27:45 +0800 Subject: [PATCH] Fix fish completion for `-H` option --- completions/fish/exa.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/fish/exa.fish b/completions/fish/exa.fish index d261196..e4918d0 100755 --- a/completions/fish/exa.fish +++ b/completions/fish/exa.fish @@ -56,7 +56,7 @@ complete -c exa -s 'b' -l 'binary' -d "List file sizes with binary prefixes" complete -c exa -s 'B' -l 'bytes' -d "List file sizes in bytes, without any prefixes" complete -c exa -s 'g' -l 'group' -d "List each file's group" complete -c exa -s 'h' -l 'header' -d "Add a header row to each column" -complete -c exa -s 'h' -l 'links' -d "List each file's number of hard links" +complete -c exa -s 'H' -l 'links' -d "List each file's number of hard links" complete -c exa -s 'g' -l 'group' -d "List each file's inode number" complete -c exa -s 'S' -l 'blocks' -d "List each file's number of filesystem blocks" complete -c exa -s 't' -l 'time' -x -d "Which timestamp field to list" -a "