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-statistics.git

commit 709c81d0fce4732b1c9ecc0679479c6a95e042e7
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Thu Aug 15 12:55:49 2024 +0100

    Correct profile and jar name
---
 commons-statistics-examples/examples-distribution/HOWTO.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/commons-statistics-examples/examples-distribution/HOWTO.md 
b/commons-statistics-examples/examples-distribution/HOWTO.md
index bf0b64e..049bb7b 100644
--- a/commons-statistics-examples/examples-distribution/HOWTO.md
+++ b/commons-statistics-examples/examples-distribution/HOWTO.md
@@ -22,14 +22,14 @@ Application for calling distributions defined in Commons 
Statistics.
 
 Build the package using:
 
-    mvn package -Pexamples-distributions
+    mvn package -Pexamples-distribution
 
 The application contains help information describing the usage. Obtain the help
 by running the application with the `-h` flag to obtain the available commands
 and to obtain information for the commands:
 
-    java -jar target/examples-distributions.jar -h
-    java -jar target/examples-distributions.jar exp -h
+    java -jar target/examples-distribution.jar -h
+    java -jar target/examples-distribution.jar exp -h
 
 Each command of the application will create an instance of the distribution
 named by the command. Each distribution command has the following functions:

Reply via email to