Repository: commons-rng
Updated Branches:
  refs/heads/master 7b330f386 -> a9092d38d


Doc cleanup.


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/6ee79518
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/6ee79518
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/6ee79518

Branch: refs/heads/master
Commit: 6ee795184c76d23dbdcfc60875b9a72b0b8b56fd
Parents: 7b330f3
Author: Gilles <er...@apache.org>
Authored: Fri Aug 12 18:00:23 2016 +0200
Committer: Gilles <er...@apache.org>
Committed: Fri Aug 12 18:00:23 2016 +0200

----------------------------------------------------------------------
 src/userguide/README | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/6ee79518/src/userguide/README
----------------------------------------------------------------------
diff --git a/src/userguide/README b/src/userguide/README
index 750fe1e..81c7fb6 100644
--- a/src/userguide/README
+++ b/src/userguide/README
@@ -6,7 +6,8 @@ In order to run one of the applications (a class that must 
contain a
 "main" method), you would type (in a shell console) a command similar
 to the following:
  $ mvn -q exec:java \
-   -Dexec.mainClass=org.apache.commons.rng.RandomStressTester
+   -Dexec.mainClass=org.apache.commons.rng.userguide.RandomStressTester \
+   -Dexec.args="[args]"
 
 Alternatively, a "standalone" JAR can be created with the following
 command:

Reply via email to