From 35af75413bf3a53d69b3922819b4a8a74255d330 Mon Sep 17 00:00:00 2001 From: "Enrico M. Crisostomo" Date: Fri, 13 Jun 2014 13:05:25 +0200 Subject: [PATCH] Updated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4949f15c..e9645b7e 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ Although we encourage you to embrace the new fswatch behaviour and update your scripts, we provide a little wrapper called `fswatch-run` which is installed alongside `fswatch` which lets you use the legacy syntax: - $ fswatch-run path program + $ fswatch-run path [paths] program Under the hood, `fswatch-run` simply calls `fswatch -o` piping its output to `xargs`.