aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion/dmesg4
1 files changed, 0 insertions, 4 deletions
diff --git a/bash-completion/dmesg b/bash-completion/dmesg
index 4754a12f4..82b81849e 100644
--- a/bash-completion/dmesg
+++ b/bash-completion/dmesg
@@ -20,10 +20,6 @@ _dmesg_module()
COMPREPLY=( $(compgen -W "emerg alert crit err warn notice info debug" -- $cur) )
return 0
;;
- '-s'|'--buffer-size')
- COMPREPLY=( $(compgen -W "size" -- $cur) )
- return 0
- ;;
'--time-format')
COMPREPLY=( $(compgen -W "delta reltime ctime notime iso" -- $cur) )
return 0