Skip to content

Commit ea9546c

Browse files
docs(rdb): add precision in short for log policy max age retention (#1998)
Co-authored-by: Rémy Léone <[email protected]>
1 parent a023476 commit ea9546c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/scw/testdata/test-all-usage-rdb-instance-update-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARGS:
1212
[name] Name of the instance
1313
instance-id UUID of the instance to update
1414
[tags.{index}] Tags of a given instance
15-
[logs-policy.max-age-retention] Max age of remote logs to keep on the database instance
15+
[logs-policy.max-age-retention] Max age (in day) of remote logs to keep on the database instance
1616
[logs-policy.total-disk-retention] Max disk size of remote logs to keep on the database instance
1717
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1818

docs/commands/rdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ scw rdb instance update <instance-id ...> [arg=value ...]
654654
| name | | Name of the instance |
655655
| instance-id | Required | UUID of the instance to update |
656656
| tags.{index} | | Tags of a given instance |
657-
| logs-policy.max-age-retention | | Max age of remote logs to keep on the database instance |
657+
| logs-policy.max-age-retention | | Max age (in day) of remote logs to keep on the database instance |
658658
| logs-policy.total-disk-retention | | Max disk size of remote logs to keep on the database instance |
659659
| 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 |
660660

internal/namespaces/rdb/v1/rdb_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ func rdbInstanceUpdate() *core.Command {
893893
},
894894
{
895895
Name: "logs-policy.max-age-retention",
896-
Short: `Max age of remote logs to keep on the database instance`,
896+
Short: `Max age (in day) of remote logs to keep on the database instance`,
897897
Required: false,
898898
Deprecated: false,
899899
Positional: false,

0 commit comments

Comments
 (0)