Просмотр исходного кода

feat(zsh): --blocksize completion, new description

Sandro-Alessio Gierens 2 лет назад
Родитель
Сommit
7ab9566f9e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      completions/zsh/_eza

+ 1 - 1
completions/zsh/_eza

@@ -43,7 +43,7 @@ __eza() {
         {-i,--inode}"[List each file's inode number]" \
         {-m,--modified}"[Use the modified timestamp field]" \
         {-n,--numeric}"[List numeric user and group IDs.]" \
-        {-S,--blocks}"[List each file's number of filesystem blocks]" \
+        {-S,--blocksize}"[List each file's size of allocated file system blocks.]" \
         {-t,--time}="[Which time field to show]:(time field):(accessed changed created modified)" \
         --time-style="[How to format timestamps]:(time style):(default iso long-iso full-iso relative)" \
         --no-permissions"[Suppress the permissions field]" \