Salome HOME
remove remaining is_salome_product occurences
[tools/sat.git] / doc / src / commands / clean.rst
index 8ec9b9f22470b961d145fe243c12e741aa2a125c..181907c33459ee0edb4fdbff646dc9ebe6db93ac 100644 (file)
@@ -15,12 +15,16 @@ Use the options to define what directories you want to suppress and to set the l
 Usage
 =======
 
-* Clean all previously created *build* and *install* directories (example application as *SALOME_xx*): ::
+* Clean all previously created *build* and *install* directories (example application as *SALOME_xx*):
+
+  .. code-block:: bash
 
     # take care, is long time to restore, sometimes
     sat clean SALOME-xx --build --install
     
-* Clean previously created *build* and *install* directories, only for products with property *is_salome_module*: ::
+* Clean previously created *build* and *install* directories, only for products with property *is_salome_module*:
+
+  .. code-block:: bash
 
     sat clean SALOME-xxx --build --install \
                          --properties is_salome_module:yes
@@ -29,24 +33,28 @@ Usage
 Availables options
 ======================
 
-  * **--products**: Products to clean.
+  * **--products** : Products to clean.
 
-  * **--properties**:
+  * **--properties** : 
 
     | Filter the products by their properties.
-    | Syntax: --properties <property>:<value>
+    | Syntax: *--properties <property>:<value>*
+
+  * **--sources** : Clean the product source directories.
+
+  * **--build** : Clean the product build directories.
 
-  * **--sources**: Clean the product source directories.
+  * **--install** : Clean the product install directories.
 
-  * **--build**: Clean the product build directories.
+  * **--generated** : Clean source, build and install directories for generated products.
 
-  * **--install**: Clean the product install directories.
+  * **--package** : Clean the application package directory.
 
-  * **--all**: Clean the product source, build and install directories.
+  * **--all** : Clean the product source, build and install directories.
 
-  * **--sources_without_dev**:
+  * **--sources_without_dev** : 
 
-    | Do not clean the products in development mode,
+    | Do not clean the products in development mode, 
     | (they could have VCS_ commits pending).