Skip to content

Commit 44d96c0

Browse files
Missing period.
1 parent 6e2344f commit 44d96c0

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

6262
echo '### Automatic Variables'
6363

64-
echo 'When using commands from arguments, numbered 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:
64+
echo 'When using commands from arguments, numbered 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:
6565
'
6666

6767
echo '```

0 commit comments

Comments
 (0)