Skip to content

Commit

Permalink
docs(rdb): add precision in short for log policy max age retention (#…
Browse files Browse the repository at this point in the history
…1998)

Co-authored-by: Rémy Léone <[email protected]>
  • Loading branch information
scaleway-bot and remyleone authored Oct 26, 2021
1 parent a023476 commit ea9546c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARGS:
[name] Name of the instance
instance-id UUID of the instance to update
[tags.{index}] Tags of a given instance
[logs-policy.max-age-retention] Max age of remote logs to keep on the database instance
[logs-policy.max-age-retention] Max age (in day) of remote logs to keep on the database instance
[logs-policy.total-disk-retention] Max disk size of remote logs to keep on the database instance
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/rdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ scw rdb instance update <instance-id ...> [arg=value ...]
| name | | Name of the instance |
| instance-id | Required | UUID of the instance to update |
| tags.{index} | | Tags of a given instance |
| logs-policy.max-age-retention | | Max age of remote logs to keep on the database instance |
| logs-policy.max-age-retention | | Max age (in day) of remote logs to keep on the database instance |
| logs-policy.total-disk-retention | | Max disk size of remote logs to keep on the database instance |
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw` | Region to target. If none is passed will use default region from the config |

Expand Down
2 changes: 1 addition & 1 deletion internal/namespaces/rdb/v1/rdb_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ func rdbInstanceUpdate() *core.Command {
},
{
Name: "logs-policy.max-age-retention",
Short: `Max age of remote logs to keep on the database instance`,
Short: `Max age (in day) of remote logs to keep on the database instance`,
Required: false,
Deprecated: false,
Positional: false,
Expand Down

0 comments on commit ea9546c

Please sign in to comment.