Skip to content

Commit f577ad1

Browse files
authored
Merge pull request #216 from nf-core/help-typos
Fixing minor help message typo
2 parents 9116438 + 6e5b0a3 commit f577ad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def helpMessage() {
119119
-name Name for the pipeline run. If not specified, Nextflow will automatically generate a random mnemonic.
120120
--max_memory Memory limit for each step of pipeline. Should be in form e.g. --max_memory '8.GB'
121121
--max_time Time limit for each step of the pipeline. Should be in form e.g. --max_memory '2.h'
122-
--max_cpus Maximum number of CPUs to use for each step of the pipleine. Should be in form e.g. --max_cpus 1
122+
--max_cpus Maximum number of CPUs to use for each step of the pipeline. Should be in form e.g. --max_cpus 1
123123
124124
For a full list and more information of available parameters, consider the documentation (https://github.com/nf-core/eager/).
125125

0 commit comments

Comments
 (0)