1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00

Merge pull request #785 from petecoop/patch-1

Fix example log command
This commit is contained in:
Matt Stauffer
2019-06-05 09:56:55 -04:00
committed by GitHub

View File

@@ -316,7 +316,7 @@
'In order to tail a log, pass the relevant log key (e.g. "nginx")',
'along with any optional tail parameters (e.g. "-f" for follow).',
null,
'For example: "valet logs nginx -f --lines=3"',
'For example: "valet log nginx -f --lines=3"',
null,
'Here are the logs you might be interested in.',
null,