Skip to content

Commit d96a4f7

Browse files
Fix formatting.
1 parent 5316aa9 commit d96a4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_manual.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $ rust-parallel gzip -k ::: *.html
6161
echo 'Variables `{0}`, `{1}`, etc are automatically available based on the number of arguments. `{0}` will be replaced by the entire input line, and other groups match individual argument groups This is useful for building more complex command lines. For example:
6262
'
6363

64-
echo '````
64+
echo '```
6565
$ rust-parallel echo group0={0} group1={1} group2={2} group3={3} group2again={2} ::: A B ::: C D ::: E F G'
6666
$RUST_PARALLEL echo group0={0} group1={1} group2={2} group3={3} group2again={2} ::: A B ::: C D ::: E F G
6767
echo '```'

0 commit comments

Comments
 (0)