vipw: Add -R/--root arg completion.
This commit is contained in:
parent
ba50a54641
commit
23a049a801
@ -9,6 +9,10 @@ _vipw()
|
||||
-h|--help)
|
||||
return 0
|
||||
;;
|
||||
-R|--root)
|
||||
_filedir -d
|
||||
return 0
|
||||
;;
|
||||
esac
|
||||
|
||||
if [[ "$cur" == -* ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user