Jonathan Anstey created CAMEL-8909:
--------------------------------------
Summary: Jasypt CLI outputs help twice
Key: CAMEL-8909
URL: https://issues.apache.org/jira/browse/CAMEL-8909
Project: Camel
Issue Type: Bug
Affects Versions: 2.15.2
Reporter: Jonathan Anstey
Assignee: Jonathan Anstey
Fix For: 2.16.0
Using -help results in the following output:
[janstey@bender apache-camel-2.15.2]$ java -jar lib/camel-jasypt-2.15.2.jar
-help
Apache Camel Jasypt takes the following options
-h or -help = Displays the help screen
-c or -command <command> = Command either encrypt or decrypt
-p or -password <password> = Password to use
-i or -input <input> = Text to encrypt or decrypt
-a or -algorithm <algorithm> = Optional algorithm to use
Error: Command is empty
Apache Camel Jasypt takes the following options
-h or -help = Displays the help screen
-c or -command <command> = Command either encrypt or decrypt
-p or -password <password> = Password to use
-i or -input <input> = Text to encrypt or decrypt
-a or -algorithm <algorithm> = Optional algorithm to use
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)