From 015ae1b747698244462d72b8a7b01969b30c60f5 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Sun, 27 May 2007 20:17:57 +0000 Subject: [PATCH] Clarify -output --- doc/cd-opt.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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:
-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. +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.
-d
Specify the output directory (defaults to the current directory).