GUI2 Archetype stage 1
Change-Id: Icb17b5f0e7f0e38370390653a6bb27f4204f4091
diff --git a/tools/test/bin/ogroup-opts b/tools/test/bin/ogroup-opts
index b15ced9..ff75551 100644
--- a/tools/test/bin/ogroup-opts
+++ b/tools/test/bin/ogroup-opts
@@ -63,7 +63,7 @@
function _ocapp-opts () {
local cur=${COMP_WORDS[COMP_CWORD]}
if [ $COMP_CWORD -eq 1 ]; then
- COMPREPLY=( $( compgen -W "app bundle ui uitab uitopo cli rest" -- $cur ) )
+ COMPREPLY=( $( compgen -W "app bundle ui ui2 uitab uitopo cli rest" -- $cur ) )
fi
}