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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8146288c9 RAT-492: Fix typo in command line option
8146288c9 is described below

commit 8146288c9c336b18a864d6b72a10620e1af8b146
Author: P. Ottlinger <[email protected]>
AuthorDate: Sat Sep 27 13:09:34 2025 +0200

    RAT-492: Fix typo in command line option
---
 rat/apache-rat/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rat/apache-rat/index.html b/rat/apache-rat/index.html
index 0d74df0a6..cd3441b4a 100644
--- a/rat/apache-rat/index.html
+++ b/rat/apache-rat/index.html
@@ -114,7 +114,7 @@ Command Line Support
 <p>Rat can be used to automatically add license headers to files that do not 
currently have them. Only files that are not excluded by the Rat configurations 
will be affected.</p>
 <p>To add license headers use a command such as:</p>
 <div class="source">
-<pre>java -jar apache-rat/target/apache-rat-0.16.1.jar --addlicense
+<pre>java -jar apache-rat/target/apache-rat-0.16.1.jar --addLicense
   --copyright &quot;Copyright 2008 Foo&quot; --force
   /path/to/project</pre></div>
 <p>This command will add the license header directly to the source files. If 
you prefer to see which files will be changed and how then remove the 
&quot;--force&quot; option.</p></section><section>

Reply via email to