From 13e17e94d81d61442d3fe2839216ee34c9fdea5c Mon Sep 17 00:00:00 2001 From: mstmdev Date: Tue, 20 Jun 2023 16:15:11 +0800 Subject: [PATCH] Doc indentation fix for the --functions-rdb option (#12328) --- src/redis-cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redis-cli.c b/src/redis-cli.c index 3f5827fbe..de34965b4 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -3067,7 +3067,7 @@ version,tls_usage); " --replica Simulate a replica showing commands received from the master.\n" " --rdb Transfer an RDB dump from remote server to local file.\n" " Use filename of \"-\" to write to stdout.\n" -" --functions-rdb Like --rdb but only get the functions (not the keys)\n" +" --functions-rdb Like --rdb but only get the functions (not the keys)\n" " when getting the RDB dump file.\n" " --pipe Transfer raw Redis protocol from stdin to server.\n" " --pipe-timeout In --pipe mode, abort with error if after sending all data.\n"