From: SRE Date: Fri, 5 May 2017 06:55:55 +0000 (+0200) Subject: Update completion - 2 X-Git-Tag: V8_3_0rc1~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=da607ac8eb6464460c99325b3e0c93e9d08c817b;p=tools%2Fsat.git Update completion - 2 See https://codev-tuleap.cea.fr/plugins/tracker/?aid=8550 --- 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 ;;