Added missing dump_fids command line option in
command line help
Signed-off-by: Alexandre Ioffe <aioffe@ddn.com>
Test-Parameters: trivial testlist=hot-pools
Change-Id: I197fb7beb3e8712736fa29bb49d2df1ee4517616
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/49161
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Colin Faber <cfaber@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
"\t-t, --scan_threads, scanning threads (default: %u)\n"
"\t--timestamps, add timestamp to log messages (default: no)\n"
"\t-w, --dump, stats file (via USR1 signal, default: %s)\n"
+ "\t--dump_fids, JSON stats file (via USR2 signal, default: %s)\n"
"\t--version, print version information and exit\n",
program_invocation_short_name,
DEF_INTERVAL,
DEF_SCAN_RATE,
DEF_SLOT_SIZE,
DEF_SCAN_THREADS,
- LPURGE_DUMPFILE);
+ LPURGE_DUMPFILE,
+ LPURGE_FIDS_DUMPFILE);
printf("Usage: %s -f <config file>\n",