From adafd75ccd98f4740c960ba95944b2e5290ee6f0 Mon Sep 17 00:00:00 2001 From: Vishal Verma Date: Thu, 20 Oct 2016 13:32:34 -0600 Subject: [PATCH] ndctl: bash completion for {init, check}-labels Add bash completion for the new init-labels and check-labels commands. Signed-off-by: Vishal Verma Signed-off-by: Dan Williams --- contrib/ndctl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/ndctl b/contrib/ndctl index 2c045040f..ea7303c56 100755 --- a/contrib/ndctl +++ b/contrib/ndctl @@ -206,6 +206,10 @@ __ndctl_comp_non_option_args() disable-dimm) opts="$(__ndctl_get_dimms) all" ;; + init-labels) + ;& + check-labels) + ;& read-labels) ;& zero-labels)