fixing typo

This commit is contained in:
Julien Neuhart
2018-04-12 18:06:43 +02:00
parent bb20c6a7eb
commit bcd1c67ca2

View File

@@ -29,5 +29,5 @@ commands:
merge:
timeout: 30
# Unlike others commands, you have access to FilesPaths instead of FilePath: it gathers all PDF files which should be merged.
# Unlike others commands' templates, you have access to FilesPaths instead of FilePath: it gathers all PDF files which should be merged.
template: "pdftk {{ range $filePath := .FilesPaths }} {{ $filePath }} {{ end }} cat output {{ .ResultFilePath }}"