From: Dan Walsh <dwalsh(a)redhat.com>
Add missing options Itentity fields for new InteractiveContainer
---
bin/virt-sandbox-service-bash-completion.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/virt-sandbox-service-bash-completion.sh
b/bin/virt-sandbox-service-bash-completion.sh
index 874ee56..c672fdd 100755
--- a/bin/virt-sandbox-service-bash-completion.sh
+++ b/bin/virt-sandbox-service-bash-completion.sh
@@ -1,6 +1,6 @@
# This file is part of libvirt-sandbox.
#
-# Copyright 2012 Dan Walsh
+# Copyright 2012-2013 Dan Walsh
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -55,7 +55,7 @@ _virt_sandbox_service () {
)
local -A OPTS=(
[ALL]='-h --help'
- [CREATE]='-u --unitfile -p --path -f --filetype -C --copy -i --imagesize -N
--network -s --security'
+ [CREATE]='-C --copy -f --filetype -G --gid -i --imagesize --homedir -N
--network -p --path -s --security -u --unitfile --username -U -uid'
[LIST]='-r --running'
[RELOAD]='-u --unitfile'
[EXECUTE]='-N --noseclabel'
--
1.8.2