Salome HOME
sat #17186 : correction of a small bug with application base flag, new option show_in...
[tools/sat.git] / complete_sat.sh
index ff227da3039b328972dc38bdab56fcdf38dc17ba..e557b1e34d92594df3d13f13a3eec468ad1349c1 100755 (executable)
@@ -157,7 +157,7 @@ _salomeTools_complete()
     # show argument for each command
     case "${command}" in
         config)
-            opts="--value --list --copy --edit --no_label --info --show_patchs"
+            opts="--value --list --copy --edit --no_label --info --show_patchs --show_install"
             COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
             return 0        
             ;;