From 51787b192e858225fc4abbca8cd8baa95b700779 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 26 Jun 2020 06:39:49 +0000 Subject: [PATCH] it's --dryrun, not --dry-run --- serviceman/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serviceman/README.md b/serviceman/README.md index 497bf1f..5da5657 100644 --- a/serviceman/README.md +++ b/serviceman/README.md @@ -15,7 +15,7 @@ description: | Serviceman can run an app in just about any programming language very simply. If you'd like to learn what `serviceman` does without actually making changes, -add the `--dry-run` option. +add the `--dryrun` option. ### Node.js @@ -56,7 +56,7 @@ sudo env PATH="$PATH" \ sudo env PATH="$PATH" serviceman add bash ./backup.sh /mnt/data ``` -### Use `--dry-run` to see the generated launcher config: +### Use `--dryrun` to see the generated launcher config: ```bash sudo env PATH="$PATH" \ -- 2.25.1