# show argument for each command
case "${command}" in
config)
- opts="--value --list --copy --edit --no_label --info --show_patchs --show_install"
+ opts="--value --list --copy --edit --no_label --info --check_system --show_patchs --show_install --show_properties"
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
return 0
;;
sat config <application> --edit
+* Check the system dependencies (if any) used by the application: ::
+
+ sat config <application> --check_system
+
* Copy an application configuration file into the user personal directory: ::
sat config <application> --copy [new_name]
sat config SALOME-xx --show_patchs
+* Print the properties available for an application: ::
+
+ sat config SALOME-xx show_properties
+
* Get information on a product configuration:
.. code-block:: bash