From 572ea3e9f5caca0277ff6179b3261179520a47ed Mon Sep 17 00:00:00 2001 From: Serge Rehbinder Date: Wed, 25 Jan 2017 15:43:57 +0100 Subject: [PATCH] sat package: add completion for option without_commercial --- complete_sat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complete_sat.sh b/complete_sat.sh index 00d37a6..27b3f8a 100755 --- a/complete_sat.sh +++ b/complete_sat.sh @@ -234,7 +234,7 @@ _salomeTools_complete() return 0 ;; package) - opts="--name --binaries --sources --project --salometools --with_vcs" + opts="--name --binaries --sources --project --salometools --with_vcs --without_commercial" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;; -- 2.30.2