@@ -61,20 +61,20 @@ void com_fsck_help()
6161 << " print summary of consistency checks\n "
6262 << " -m : print in monitoring format\n "
6363 << std::endl
64- << " fsck config <key> [ <value>] \n "
64+ << " fsck config <key> <value>\n "
6565 << " configure the fsck with the following possible options:\n "
66- << " toggle- collect : enable/disable error collection thread, <value> represents \n "
67- << " the collection interval in minutes [default 30] \n "
68- << " toggle- repair : enable/disable repair thread, no <value> required \n "
69- << " toggle- best-effort : enable/disable best-effort repair mode, no <value> required \n "
66+ << " collect-interval-min : collection interval in minutes [default 30] \n "
67+ << " collect : control error collection thread - on/off \n "
68+ << " repair : control error repair thread - on/off \n "
69+ << " best-effort : control best-effort repair mode - on/off \n "
7070 << " repair-category : specify error types that the repair thread will handle\n "
7171 << " e.g all, m_cx_diff, m_mem_sz_diff, d_cx_diff, d_mem_sz_diff,\n "
72- << " unreg_n, rep_diff_n, rep_missing_n, blockxs_err\n "
73- << " show-dark-files : yes/no [default no]\n "
74- << " show-offline : yes/no [default no]\n "
75- << " show-no-replica : yes/no [default no]\n "
72+ << " unreg_n, rep_diff_n, rep_missing_n, blockxs_err\n "
7673 << " max-queued-jobs : maximum number of queued jobs\n "
7774 << " max-thread-pool-size : maximum number of threads in the fsck pool\n "
75+ << " show-dark-files : on/off [default off] - might affect instance performance\n "
76+ << " show-offline : on/off [default off] - might affect instance performance\n "
77+ << " show-no-replica : on/off [default off] - might affect instance performance\n "
7878 << std::endl
7979 << " fsck report [-a] [-h] [-i] [-l] [-j|--json] [--error <tag1> <tag2> ...]\n "
8080 << " report consistency check results, with the following options\n "
0 commit comments