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

This commit is contained in:
Sandro-Alessio Gierens 2023-08-13 23:01:28 +02:00 committed by Christina Sørensen
parent 7ab9566f9e
commit 232b5ffb99
No known key found for this signature in database
GPG key ID: CDDC792F655251ED

View file

@ -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'