Skip to content

Commit 910fd5b

Browse files
committed
Minor edit of cli-docs blog
1 parent 6b7ac85 commit 910fd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/2020/cli-docs-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The recently released [DSL2](https://www.nextflow.io/blog/2020/dsl2-is-here.html
9898
9999
This allows users to run a specific sub-workflow or a section of their entire workflow script. For more information, refer to the [implicit workflow](https://www.nextflow.io/docs/latest/dsl2.html#implicit-workflow) section of the documentation.
100100
101-
Also, as for version 20.09.1-edge, you can specify a pipeline script other than `main.nf` using the command line option
101+
Additionally, as of version 20.09.1-edge, you can specify the script in a project to run other than `main.nf` using the command line option
102102
`-main-script`.
103103
104104
$ nextflow run http://github.com/my/pipeline -main-script my-analysis.nf

0 commit comments

Comments
 (0)