Skip to content

Commit

Permalink
ndctl: bash completion for {init, check}-labels
Browse files Browse the repository at this point in the history
Add bash completion for the new init-labels and check-labels commands.

Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
  • Loading branch information
stellarhopper authored and djbw committed Oct 21, 2016
1 parent f15d8c5 commit adafd75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/ndctl
Expand Up @@ -206,6 +206,10 @@ __ndctl_comp_non_option_args()
disable-dimm)
opts="$(__ndctl_get_dimms) all"
;;
init-labels)
;&
check-labels)
;&
read-labels)
;&
zero-labels)
Expand Down

0 comments on commit adafd75

Please sign in to comment.