From: Karel Zak Date: Fri, 3 Jul 2020 08:37:54 +0000 (+0200) Subject: bash-completion: add irqtop/lsirq --softirq X-Git-Tag: v2.37-rc1~552 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e7fb6c49a198c241e69ea3b82bf917631fe8b3d;p=thirdparty%2Futil-linux.git bash-completion: add irqtop/lsirq --softirq Signed-off-by: Karel Zak --- diff --git a/bash-completion/irqtop b/bash-completion/irqtop index 6137325594..e34e391003 100644 --- a/bash-completion/irqtop +++ b/bash-completion/irqtop @@ -33,6 +33,7 @@ _irqtop_module() OPTS=" --delay --sort --output + --softirq --help --version" COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) ) diff --git a/bash-completion/lsirq b/bash-completion/lsirq index c706876f84..09893d8141 100644 --- a/bash-completion/lsirq +++ b/bash-completion/lsirq @@ -30,6 +30,7 @@ _lsirq_module() --pairs --noheadings --output + --softirq --sort --help --version"