Skip to content

Commit

Permalink
fixed loading of help message in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Jan 12, 2022
1 parent 9f7ac72 commit ba7c4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ include { logMessage } from './nf_functions/logMessages.nf'
*/
params.help = false
if (params.help) {
helpMessage
exit 1
helpMessage()
exit 0
}

/*
Expand Down

0 comments on commit ba7c4c6

Please sign in to comment.