multiple pages: remove superfluous white spaces (#2801)

This commit is contained in:
Balázs Úr
2019-02-24 16:47:41 +01:00
committed by Starbeamrainbowlabs
parent d5d48886fe
commit ad3772d8cb
21 changed files with 23 additions and 23 deletions

View File

@@ -15,6 +15,6 @@
`{{arguments_source}} | xargs -I _ {{command}} _ {{optional_extra_arguments}}`
- Parallel runs of up to `max-procs` processes at a time; the default is 1. If `max-procs` is 0, xargs will run as many processes as possible at a time:
- Parallel runs of up to `max-procs` processes at a time; the default is 1. If `max-procs` is 0, xargs will run as many processes as possible at a time:
`{{arguments_source}} | xargs -P {{max-procs}} {{command}}`