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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 039daf87 RAT-492: Fix typo in documentation
039daf87 is described below

commit 039daf872f382b7836b1824b27c47a97a3a570a6
Author: P. Ottlinger <[email protected]>
AuthorDate: Sat Sep 27 13:41:11 2025 +0200

    RAT-492: Fix typo in documentation
---
 apache-rat/src/site/resources/site/index.md.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apache-rat/src/site/resources/site/index.md.vm 
b/apache-rat/src/site/resources/site/index.md.vm
index 6b761598..a9406deb 100644
--- a/apache-rat/src/site/resources/site/index.md.vm
+++ b/apache-rat/src/site/resources/site/index.md.vm
@@ -46,7 +46,7 @@ are not excluded by the RAT configurations will be affected.
 To add license headers use a command such as:
 
 ```
-java -jar apache-rat/target/apache-rat-${project.version}.jar --addlicense 
--copyright "Copyright 2008 Foo" --force /path/to/project
+java -jar apache-rat/target/apache-rat-${project.version}.jar --addLicense 
--copyright "Copyright 2008 Foo" --force /path/to/project
 ```
 
 This command will add the license header directly to the

Reply via email to