bash-completion: add irqtop/lsirq --softirq

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2020-07-03 10:37:54 +02:00
parent 635ac7dad8
commit 6e7fb6c49a
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ _irqtop_module()
OPTS=" --delay
--sort
--output
--softirq
--help
--version"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )

View File

@ -30,6 +30,7 @@ _lsirq_module()
--pairs
--noheadings
--output
--softirq
--sort
--help
--version"