diff --git a/src/redis-cli.c b/src/redis-cli.c index 36f3d24ff..3e447d6dc 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -3118,7 +3118,7 @@ static void usage(int err) { " -i When -r is used, waits seconds per command.\n" " It is possible to specify sub-second times like -i 0.1.\n" " This interval is also used in --scan and --stat per cycle.\n" -" and in --bigkeys, --memkeys, and --hotkeys per 100 cycles.\n" +" and in --bigkeys, --memkeys, --keystats, and --hotkeys per 100 cycles.\n" " -n Database number.\n" " -2 Start session in RESP2 protocol mode.\n" " -3 Start session in RESP3 protocol mode.\n" @@ -3181,9 +3181,10 @@ version,tls_usage); " --hotkeys Sample Redis keys looking for hot keys.\n" " only works when maxmemory-policy is *lfu.\n" " --scan List all keys using the SCAN command.\n" -" --pattern Keys pattern when using the --scan, --bigkeys or --hotkeys\n" -" options (default: *).\n" -" --count Count option when using the --scan, --bigkeys or --hotkeys (default: 10).\n" +" --pattern Keys pattern when using the --scan, --bigkeys, --memkeys,\n" +" --keystats or --hotkeys options (default: *).\n" +" --count Count option when using the --scan, --bigkeys, --memkeys,\n" +" --keystats or --hotkeys (default: 10).\n" " --quoted-pattern Same as --pattern, but the specified string can be\n" " quoted, in order to pass an otherwise non binary-safe string.\n" " --intrinsic-latency Run a test to measure intrinsic system latency.\n"