diff options
author | Brian Paul <brianp@users.sourceforge.net> | 2005-10-29 14:44:22 +0000 |
---|---|---|
committer | Brian Paul <brianp@users.sourceforge.net> | 2005-10-29 14:44:22 +0000 |
commit | e1735647b10a542ff31aa71efe372afb7314a840 (patch) | |
tree | 94efe77180cc098ae5484c710782121d780d64a6 /doc | |
parent | be7015f32ca80a97367e586da75015daf5183c5f (diff) |
added --overwrite info
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/run.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/run.html b/doc/html/run.html index 766004f..c4e723a 100644 --- a/doc/html/run.html +++ b/doc/html/run.html @@ -35,8 +35,8 @@ results in that directory: <PRE> $GLEAN_ROOT/bin/glean -r myogl </PRE> -The results directory must not exist prior to running <I>glean</I>; -<I>glean</I> will not overwrite existing information. +Unless the <i>-o</i> or <i>--overwrite</i> option is specified, +<I>glean</I> will not allow writing to an already existing results directory. <P> As glean runs, it produces a log containing information like |