Salome HOME
port jobs command to python3. Get the remote distributions using the ssh in jobs...
[tools/sat.git] / complete_sat.sh
index a915f60bfa53acd9578dac504b155967a9c2a48f..2762e7ba0ca00bf4ba605da6471abf71efbaf789 100755 (executable)
@@ -41,7 +41,7 @@ _show_applications()
             opts2=$(echo --command --sat $opts2)
             ;;
         job)
-            opts2=$(echo --jobs_config --job $opts2)
+            opts2=$(echo --jobs_config --name $opts2)
             ;;
     esac
 
@@ -209,7 +209,7 @@ _salomeTools_complete()
             return 0
             ;;
         job)
-            opts="--jobs_config --job"
+            opts="--jobs_config --name"
             COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
             return 0
             ;;