groupmems: Add -R/--root arg completion.

This commit is contained in:
Ville Skyttä 2013-02-02 20:57:11 +02:00
parent eb0be65d63
commit 250d5eb932

View File

@ -14,6 +14,10 @@ _groupmems()
COMPREPLY=( $( compgen -g -- "$cur" ) )
return 0
;;
-R|--root)
_filedir -d
return 0
;;
esac
if [[ "$cur" == -* ]]; then