diff --git a/doc/cd-opt.xml b/doc/cd-opt.xml index 12629d7..1603995 100644 --- a/doc/cd-opt.xml +++ b/doc/cd-opt.xml @@ -5,8 +5,13 @@ A number of command-line options contol the operation of UMLGraph class diagram generator:
graph.dot).
-If the output directory is provided, -output can only specify a file name, otherwise
-a full path is accepted as well.
+If the output directory is provided, -output can only specify a file name,
+otherwise a full path is accepted as well.
+If the filename specified is a dash, then the results are printed on the
+standard output, and can be directly piped into dot.
+Note that, in order to avoid javadoc messages to contaminate
+UMLGraph's output, you must execute UMLGraph directly as a jar,
+not through javadoc.