X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=complete_sat.sh;h=f3206adc9f98c23a62448d79d2e2f952cb4e7357;hb=11c8e6684162cf6c8cd8eb15cb91f327c658a8e4;hp=7470b1bbc7763b398767fea08c134409dd4a3b7f;hpb=e6952ef3b2bfaa6716a915ecb49700f7c32f1429;p=tools%2Fsat.git diff --git a/complete_sat.sh b/complete_sat.sh index 7470b1b..f3206ad 100755 --- a/complete_sat.sh +++ b/complete_sat.sh @@ -157,7 +157,7 @@ _salomeTools_complete() # show argument for each command case "${command}" in config) - opts="--value --list --copy --edit --no_label --info --check_system --show_patchs --show_install --show_properties" + opts="--value --list --copy --edit --no_label --info --check_system --show_patchs --show_dependencies --show_install --show_properties" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;; @@ -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 ;;