From 0bbf8f2c7dd346e071c1308943578d35bf3e8684 Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Thu, 23 Sep 2010 12:08:08 +0000
Subject: [PATCH] correct documentation of --only

[[Imported from SVN: r6150]]
---
 doc/installation-notes.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/installation-notes.wml b/doc/installation-notes.wml
index 437e8b8f1..e564af269 100644
--- a/doc/installation-notes.wml
+++ b/doc/installation-notes.wml
@@ -93,7 +93,7 @@ using the <kbd>--only=module_name&gt;</kbd> switch.
 Runnning dunecontrol script
 <p>
 <pre>
-./dune-common/bin/dunecontrol --module=&lt;module_name&gt; all
+./dune-common/bin/dunecontrol --only=&lt;module_name&gt; all
 </pre>
 </p>
 where &lt;module_name&gt; is the name of that particular module given in the
-- 
GitLab