|
@@ -22,7 +22,7 @@ _vbuilder()
|
|
first="${COMP_WORDS[1]}"
|
|
first="${COMP_WORDS[1]}"
|
|
|
|
|
|
## The basic options we'll complete.
|
|
## The basic options we'll complete.
|
|
- options="--version --arch --category --dist-upgrade --unionfs --target --with-compat32 --rpmbuild-define --rpmbuild-with --rpmbuild-without --sign --no-install --bootstrap-dir --unionfs-dir --cache-dir --built-rpms-dir --debug"
|
|
|
|
|
|
+ options="--version --arch --category --dist-upgrade --unionfs --target --with-compat32 --rpmbuild-define --rpmbuild-with --rpmbuild-without --sign --no-install --login --bootstrap-dir --unionfs-dir --cache-dir --built-rpms-dir --debug"
|
|
actions="clean build build-rpm install-rpm remove-rpm show-info"
|
|
actions="clean build build-rpm install-rpm remove-rpm show-info"
|
|
opts="$options $actions"
|
|
opts="$options $actions"
|
|
|
|
|