Merge pull request #1013 from influxdata/retention-policy-update

Remove org flag from examples (addresses #1007 )
pull/1014/head
noramullen1 2020-05-05 14:24:42 -07:00 committed by GitHub
commit 6dbc149dbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```