ipmitool: Use _parse_help.
This commit is contained in:
parent
ae9e140948
commit
5a6b9a22e7
@ -60,8 +60,7 @@ _ipmitool()
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
if [[ "$cur" == -* ]]; then
|
if [[ "$cur" == -* ]]; then
|
||||||
COMPREPLY=( $( compgen -W '-h -V -v -c -d -I -H -p -U -f -S -a \
|
COMPREPLY=( $( compgen -W '$( _parse_help "$1" -h)' -- "$cur" ) )
|
||||||
-e -C -k -y -L -A -P -E -K -m -b -t -B -T -l -o -O' -- "$cur" ) )
|
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user