diff --git a/doc/cd-opt.xml b/doc/cd-opt.xml
index ef35791..5e512bf 100644
--- a/doc/cd-opt.xml
+++ b/doc/cd-opt.xml
@@ -4,7 +4,9 @@
A number of command-line options contol the operation of UMLGraph
class diagram generator:
-- -output
- Specify the output file name (default
graph.dot).
+ - -output
- Specify the output file (default
graph.dot).
+If the output directory is provided, -output can only specify a file name, otherwise
+a full path is accepted as well.
- -d
- Specify the output directory (defaults to the current directory).
@@ -70,7 +72,7 @@ in this case it will hide everything (useful in the context of views
to selectively unhide some portions of the graph, see the view chapter for
further details).
-- -d
- Destination folder for .dot files generated from views.
+
- -d
- Destination folder for .dot files. Especially useful when generating multiple diagrams.
- -view
- Specify the fully qualified name of a class that contains
a view definition. Only the class diagram specified by this view will be generated.