summaryrefslogtreecommitdiffstats
path: root/bash-completion/logger
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/logger')
-rw-r--r--bash-completion/logger2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/logger b/bash-completion/logger
index 1f89e2dca..7a2b46036 100644
--- a/bash-completion/logger
+++ b/bash-completion/logger
@@ -19,7 +19,7 @@ _logger_module()
return 0
;;
'-p'|'--priority')
- COMPREPLY=( $(compgen -W "$(echo {auth,authpriv,cron,daemon,ftp,lpr,mail,news,security}.{alert,crit,debug,emerg,err,error})" -- $cur) )
+ COMPREPLY=( $(compgen -W "{auth,authpriv,cron,daemon,ftp,lpr,mail,news,security}.{alert,crit,debug,emerg,err,error}" -- $cur) )
return 0
;;
'-t'|'--tag')