From 60cebae902355ef2f1245d67b80d8514cc6a009d Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Tue, 5 May 2020 10:56:31 -0700 Subject: [PATCH] Remove org flag from examples (addresses #1007 ) --- content/v2.0/organizations/buckets/update-bucket.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/v2.0/organizations/buckets/update-bucket.md b/content/v2.0/organizations/buckets/update-bucket.md index cfb5933e1..4ceafda1e 100644 --- a/content/v2.0/organizations/buckets/update-bucket.md +++ b/content/v2.0/organizations/buckets/update-bucket.md @@ -63,8 +63,8 @@ influx bucket update -i 034ad714fdd6f000 -o my-org -n my-new-bucket ##### Update a bucket's retention policy ```sh # Syntax -influx bucket update -i -o -r +influx bucket update -i -r # Example -influx bucket update -i 034ad714fdd6f000 -o my-org -r 1209600000000000 +influx bucket update -i 034ad714fdd6f000 -r 1209600000000000 ```