1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 11:55:31 +02:00

Fixes formatting.

Man the commit hooks is definitely not working
on any of muy computers. Need to revisit why.
This commit is contained in:
Leandro Ostera 2016-02-16 08:27:16 +01:00
parent 409944e687
commit 91a1ed798e

View file

@ -14,6 +14,6 @@
`find . -name 'M*' | xargs rm`
- Inserting arguments at chosen position:
- Insert arguments at chosen position:
`{{arguments}} | xargs -I piped_arguments {{command}} piped_arguments {{rest_of_arguments}}
`{{arguments}} | xargs -I piped_arguments {{command}} piped_arguments {{rest_of_arguments}}`