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

This commit is contained in:
Ville Skyttä 2013-02-02 20:15:25 +02:00
parent ba50a54641
commit 23a049a801

View File

@ -9,6 +9,10 @@ _vipw()
-h|--help)
return 0
;;
-R|--root)
_filedir -d
return 0
;;
esac
if [[ "$cur" == -* ]]; then