From dd25ba0787b437dbb7df60f9c01ed6384901ccc1 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 10 Jul 2019 01:55:01 -0600 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 202c2da..9f222a3 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ And what that might look like: ``` # Here the service is named "foo" implicitly -# '--bar /baz' is passed as arguments to foo.exe +# '--bar /baz' will be used for arguments to foo.exe in the service file serviceman add foo.exe -- --bar /baz ```