瀏覽代碼

Fix completions.zsh syntax

Tezkerek 4 年之前
父節點
當前提交
1da705c355
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      completions/completions.zsh

+ 1 - 1
completions/completions.zsh

@@ -40,7 +40,7 @@ __exa() {
         {-H,--links}"[List each file's number of hard links]" \
         {-i,--inode}"[List each file's inode number]" \
         {-m,--modified}"[Use the modified timestamp field]" \
-        {-n, --numeric}"[List numeric user and group IDs.]" \
+        {-n,--numeric}"[List numeric user and group IDs.]" \
         {-S,--blocks}"[List each file's number of filesystem 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)" \