X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=complete_sat.sh;h=d8e623bb2551cdc79ac73549a93ac4c9c1fdfb50;hb=434f140a0af96e21412c3cbe92508e7a302b002a;hp=7470b1bbc7763b398767fea08c134409dd4a3b7f;hpb=e6952ef3b2bfaa6716a915ecb49700f7c32f1429;p=tools%2Fsat.git diff --git a/complete_sat.sh b/complete_sat.sh index 7470b1b..d8e623b 100755 --- a/complete_sat.sh +++ b/complete_sat.sh @@ -212,7 +212,7 @@ _salomeTools_complete() return 0 ;; launcher) - opts="--name --exe --catalog --gencat --no_path_init --use_mesa" + opts="--products --name --exe --catalog --gencat --no_path_init --use_mesa" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;;