diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/eiffelstudio-using-command-line-options.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/eiffelstudio-using-command-line-options.wiki
index 9e132eb9..ffc1e7d0 100644
--- a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/eiffelstudio-using-command-line-options.wiki
+++ b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/eiffelstudio-using-command-line-options.wiki
@@ -143,23 +143,34 @@ By selecting certain options on the '''ec''' command, you can generate advanced
To see the "flat" form of class APPLICATION in the example used above:
-
+
ec -flat application -config application.ecf
To save the output, add the "-file" option with a file name:
-
+
ec -flat application -config application.ecf -file application_flat_form.txt
Feature-oriented options, like "-implementers", take a class name and feature name:
-
+
ec -implementers application some_feature -config application.ecf
+===Commands for generating documentation===
+
+You can use a variations of the viewing commands to generate documentation much like [[Producing and Exporting Documentation|you can from EiffelStudio]].
+
+The following command will produce the Chart, Relations, and Text documentation for the "application" system in stylesheet html format in the "Documentation" subfolder of the project folder.
+
+
+ ec -filter html-stylesheet -all -config application.ecf
+
+
+
==Command options==
The table below lists the available ''options'', the arguments they require, and their effect:
@@ -259,7 +270,7 @@ The table below lists the available ''options'', the arguments they require, and
|-
| -filter
| filter_file_name
-| Print text as processed by the [[Appendix: Writing Documentation Filters with EFF, the Eiffel Filter Format|filter]] defined in the file named ''filter_file_name''.
+| Print text as processed by the [[Appendix: Writing Documentation Filters with EFF, the Eiffel Filter Format|filter]] defined in the file named "''filter_file_name''.fil"
|-
| -help
|
@@ -293,6 +304,10 @@ The table below lists the available ''options'', the arguments they require, and
|
| Stop on errors. (Default: no.)
|-
+| -target
+| target_name
+| Act on the system target named ''target_name''.
+|-
| -use_settings
|
| Use the project global settings to retrieve the project location for the last compilation of this project.