aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/test/bin/ogroup-opts
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/tools/test/bin/ogroup-opts')
-rw-r--r--framework/src/onos/tools/test/bin/ogroup-opts2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/onos/tools/test/bin/ogroup-opts b/framework/src/onos/tools/test/bin/ogroup-opts
index f02b7a8f..eec2f224 100644
--- a/framework/src/onos/tools/test/bin/ogroup-opts
+++ b/framework/src/onos/tools/test/bin/ogroup-opts
@@ -51,7 +51,7 @@ complete -F _cell-opts cell vicell
function _ocapp-opts () {
local cur=${COMP_WORDS[COMP_CWORD]}
if [ $COMP_CWORD -eq 1 ]; then
- COMPREPLY=( $( compgen -W "bundle ui cli" -- $cur ) )
+ COMPREPLY=( $( compgen -W "app bundle ui uitable uitopo cli" -- $cur ) )
fi
}