Description: Modifies the usage syntax displayed with the help information
 to match the actual command used in Debian.
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/core/src/java/net/sf/clirr/cli/Clirr.java
+++ b/core/src/java/net/sf/clirr/cli/Clirr.java
@@ -219,7 +219,7 @@
         PrintWriter out = new PrintWriter(System.err);
         hf.printHelp(
             75,
-            "java " + getClass().getName() + " -o path -n path [options]",
+            "clirr -o path -n path [options]",
             null, options, null);
     }
 
