From 3cd888f173d3326f2f3ef134a16877dee7dd8bb6 Mon Sep 17 00:00:00 2001 From: Yuchen Liang <70461588+yliang412@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:02:25 -0400 Subject: [PATCH] fix(docs): remove incorrect flags for scrubber purge-garbage command (#8463) Scrubber purge-garbage command does not take `--node-kind` and `--depth`. --- storage_scrubber/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage_scrubber/README.md b/storage_scrubber/README.md index 5b137950d9..9fbd92feef 100644 --- a/storage_scrubber/README.md +++ b/storage_scrubber/README.md @@ -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