From eb75b55d59196ae236f971e9a707238ad54d0ae8 Mon Sep 17 00:00:00 2001 From: Manuel Mendez Date: Tue, 7 Oct 2025 13:01:24 -0400 Subject: [PATCH] cmd_data: Add scrub to help output --- c_src/cmd_data.c | 1 + 1 file changed, 1 insertion(+) diff --git a/c_src/cmd_data.c b/c_src/cmd_data.c index a939ef62..948ad384 100644 --- a/c_src/cmd_data.c +++ b/c_src/cmd_data.c @@ -340,6 +340,7 @@ static int data_usage(void) "\n" "Commands:\n" " rereplicate Rereplicate degraded data\n" + " scrub Verify checksums and correct errors, if possible\n" " job Kick off low level data jobs\n" "\n" "Report bugs to ");