Skip to content

Commit 826d371

Browse files
committed
minor typo in cmd_tool_init.py
1 parent 4cd571c commit 826d371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

planemo/commands/cmd_tool_init.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
default=None,
125125
prompt=False,
126126
help=("Create a named output for use with command block for example "
127-
"specify --named_output=output1.bam and then use '-o $ouput1' "
127+
"specify --named_output=output1.bam and then use '-o $output1' "
128128
"in your command block."),
129129
)
130130
@click.option(
@@ -164,7 +164,7 @@
164164
multiple=True,
165165
prompt=False,
166166
help=("Supply a DOI (http://www.doi.org/) easing citation of the tool "
167-
"for Galxy users (e.g. 10.1101/014043).")
167+
"for Galaxy users (e.g. 10.1101/014043).")
168168
)
169169
@click.option(
170170
"--cite_url",

0 commit comments

Comments
 (0)