X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=complete_sat.sh;h=7470b1bbc7763b398767fea08c134409dd4a3b7f;hb=f0dba7f0a9e2830aa24c97d6b5b8428b00a21243;hp=b499b1e91321f4e292396c487d6493616c28810e;hpb=255cde789f29bed2347b6aece310ab234a490a16;p=tools%2Fsat.git diff --git a/complete_sat.sh b/complete_sat.sh index b499b1e..7470b1b 100755 --- a/complete_sat.sh +++ b/complete_sat.sh @@ -207,7 +207,7 @@ _salomeTools_complete() return 0 ;; compile) - opts="--products --properties --with_fathers --with_children --clean_all --clean_make --install_flags --show --stop_first_fail --check --clean_build_after" + opts="--products --force --properties --with_fathers --with_children --clean_all --clean_make --install_flags --show --stop_first_fail --check --clean_build_after" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;; @@ -237,7 +237,7 @@ _salomeTools_complete() return 0 ;; package) - opts="--name --binaries --sources --project --salometools --force_creation --add_files --with_vcs --ftp --without_property" + opts="--name --binaries --sources --exe --project --salometools --force_creation --add_files --with_vcs --ftp --without_property" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;;