This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit a8570487667a8a634a40ee570dbc35aa10739d49
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Thu Aug 5 14:22:49 2021 +0100

    Fix description
---
 .../apache/commons/rng/examples/sampling/ExamplesSamplingCommand.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-rng-examples/examples-sampling/src/main/java/org/apache/commons/rng/examples/sampling/ExamplesSamplingCommand.java
 
b/commons-rng-examples/examples-sampling/src/main/java/org/apache/commons/rng/examples/sampling/ExamplesSamplingCommand.java
index fa3fafc..113b058 100644
--- 
a/commons-rng-examples/examples-sampling/src/main/java/org/apache/commons/rng/examples/sampling/ExamplesSamplingCommand.java
+++ 
b/commons-rng-examples/examples-sampling/src/main/java/org/apache/commons/rng/examples/sampling/ExamplesSamplingCommand.java
@@ -29,7 +29,7 @@ import java.util.concurrent.Callable;
  * <p>This command is will print the top-level help message.</p>
  */
 @Command(name = "examples-sampling",
-         description = "Apache Commons RNG Examples Stress Utilities.")
+         description = "Apache Commons RNG Examples Sampling Utilities.")
 class ExamplesSamplingCommand implements Callable<Void> {
     /** The command specification. Used to print the usage built by Picocli. */
     @Spec

Reply via email to