From da607ac8eb6464460c99325b3e0c93e9d08c817b Mon Sep 17 00:00:00 2001 From: SRE Date: Fri, 5 May 2017 08:55:55 +0200 Subject: [PATCH] Update completion - 2 See https://codev-tuleap.cea.fr/plugins/tracker/?aid=8550 --- complete_sat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complete_sat.sh b/complete_sat.sh index 9ea7c87..ec85d50 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 --without_commercial --without_property" + opts="--name --binaries --sources --project --salometools --force_creation --add_files --with_vcs --without_commercial --without_property" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;; -- 2.30.2