Skip to content

Commit

Permalink
Updated usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
diareuse committed Apr 13, 2021
1 parent 25503ed commit 123067c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/dev/chainmail/taggy/startup/Args.kt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class Args(private val options: CommandLine) {
val commandLine = try {
parser.parse(options, args)
} catch (e: UnrecognizedOptionException) {
help.printHelp(e.option, options)
help.printHelp("taggy", options, true)
exitProcess(0)
} catch (e: ParseException) {
println(e.message)
Expand Down

0 comments on commit 123067c

Please sign in to comment.