summaryrefslogtreecommitdiffstats
path: root/bash-completion/dmesg
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/dmesg')
-rw-r--r--bash-completion/dmesg6
1 files changed, 6 insertions, 0 deletions
diff --git a/bash-completion/dmesg b/bash-completion/dmesg
index eab41ba08..5073e5b3e 100644
--- a/bash-completion/dmesg
+++ b/bash-completion/dmesg
@@ -1,3 +1,4 @@
+
_dmesg_module()
{
local cur prev OPTS
@@ -23,6 +24,10 @@ _dmesg_module()
COMPREPLY=( $(compgen -W "size" -- $cur) )
return 0
;;
+ '--time-format')
+ COMPREPLY=( $(compgen -W "delta reltime ctime notime iso" -- $cur) )
+ return 0
+ ;;
'-h'|'--help'|'-V'|'--version')
return 0
;;
@@ -46,6 +51,7 @@ _dmesg_module()
--buffer-size
--ctime
--notime
+ --time-format
--userspace
--follow
--decode