Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
Fixes #187
  • Loading branch information
ajalt committed May 30, 2020
1 parent eb4beb5 commit 34ff1e8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ open class CliktError(message: String? = null, cause: Exception? = null) : Runti
/**
* An exception that indicates that the command's help should be printed.
*
* Execution should be immediately halted with an error.
* Execution should be immediately halted without an error.
*/
class PrintHelpMessage(val command: CliktCommand) : CliktError()

Expand Down

0 comments on commit 34ff1e8

Please sign in to comment.