From ca83f000ea64b7b5ca5698c94fc01ddaa1077482 Mon Sep 17 00:00:00 2001 From: Matt Kelly Date: Tue, 29 May 2018 10:01:57 -0400 Subject: [PATCH] Fix selector syntax in backup example Signed-off-by: Matt Kelly --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f5d3a892..b9933750a 100644 --- a/README.md +++ b/README.md @@ -83,10 +83,10 @@ Make sure that you install somewhere in your `$PATH`. ark backup create nginx-backup --selector app=nginx ``` - Alternatively if you want to backup all objects *except* those matching the label `backup=ignore` : + Alternatively if you want to backup all objects *except* those matching the label `backup=ignore`: ``` - ark backup create nginx-backup --selector '(backup notin ignore)' + ark backup create nginx-backup --selector 'backup notin (ignore)' ``` 1. Simulate a disaster: