1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-05 13:55:49 +02:00

phing: update wording of log example

This commit is contained in:
pxgamer 2018-12-03 13:17:08 +00:00 committed by Agniva De Sarker
parent cc0a81671c
commit efee70a072

View file

@ -18,7 +18,7 @@
`phing -f {{path/to/build.xml}} {{task_name}}`
- Specify a log file for output:
- Specify a log file to output to:
`phing -b {{path/to/log_file}} {{task_name}}`