Browse Source

fix(fish):--blocksize completion, new description

Sandro-Alessio Gierens 2 years ago
parent
commit
232b5ffb99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      completions/fish/eza.fish

+ 1 - 1
completions/fish/eza.fish

@@ -64,7 +64,7 @@ complete -c eza -s g -l group -d "List each file's group"
 complete -c eza -s h -l header -d "Add a header row to each column"
 complete -c eza -s H -l links -d "List each file's number of hard links"
 complete -c eza -s i -l inode -d "List each file's inode number"
-complete -c eza -s S -l blocks -d "List each file's number of filesystem blocks"
+complete -c eza -s S -l blocksize -d "List each file's size of allocated file system blocks"
 complete -c eza -s t -l time -d "Which timestamp field to list" -x -a "
     modified\t'Display modified time'
     changed\t'Display changed time'