Remove org flag from examples (addresses #1007 )

pull/1013/head
noramullen1 2020-05-05 10:56:31 -07:00
parent 421da3f232
commit 60cebae902
1 changed files with 2 additions and 2 deletions

View File

@ -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 <bucket-id> -o <org-name> -r <retention period in nanoseconds>
influx bucket update -i <bucket-id> -r <retention period in nanoseconds>
# Example
influx bucket update -i 034ad714fdd6f000 -o my-org -r 1209600000000000
influx bucket update -i 034ad714fdd6f000 -r 1209600000000000
```