cmd_data: Add scrub to help output

This commit is contained in:
Manuel Mendez 2025-10-07 13:01:24 -04:00
parent 8e248987a1
commit eb75b55d59

View File

@ -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 <linux-bcachefs@vger.kernel.org>");