fix(docs): remove incorrect flags for scrubber purge-garbage command (#8463)

Scrubber purge-garbage command does not take `--node-kind` and
`--depth`.
This commit is contained in:
Yuchen Liang
2024-07-22 15:02:25 -04:00
committed by GitHub
parent d6753e9ee4
commit 3cd888f173

View File

@@ -65,7 +65,7 @@ to pass them on the command line
Example:
`env AWS_PROFILE=dev cargo run --release -- purge-garbage --node-kind=pageserver --depth=tenant --input-path=eu-west-1-garbage.json`
`env AWS_PROFILE=dev cargo run --release -- purge-garbage --input-path=eu-west-1-garbage.json`
Add the `--delete` argument before `purge-garbage` to enable deletion. This is intentionally
not provided inline in the example above to avoid accidents. Without the `--delete` flag