Explorar o código

fix(completions): changed quote in --almost-all completion

Changed from "`" to "'" as it is in others completions
MartinFillon %!s(int64=2) %!d(string=hai) anos
pai
achega
4b4fd1933c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      completions/zsh/_eza

+ 1 - 1
completions/zsh/_eza

@@ -28,7 +28,7 @@ __eza() {
         --group-directories-first"[Sort directories before other files]" \
         --git-ignore"[Ignore files mentioned in '.gitignore']" \
         {-a,--all}"[Show hidden and 'dot' files. Use this twice to also show the '.' and '..' directories]" \
-        {-A,--almost-all}"[Equivalent to --all; included for compatibility with `ls -A`]" \
+        {-A,--almost-all}"[Equivalent to --all; included for compatibility with 'ls -A']" \
         {-d,--list-dirs}"[List directories like regular files]" \
         {-D,--only-dirs}"[List only directories]" \
         {-f,--only-files}"[List only files]" \