X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=complete_sat.sh;h=f3206adc9f98c23a62448d79d2e2f952cb4e7357;hb=HEAD;hp=d8e623bb2551cdc79ac73549a93ac4c9c1fdfb50;hpb=54d88a65a3735ff7820a68667575aa1fba120d94;p=tools%2Fsat.git diff --git a/complete_sat.sh b/complete_sat.sh index d8e623b..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 ;;