Doc indentation fix for the --functions-rdb option (#12328)

This commit is contained in:
mstmdev 2023-06-20 16:15:11 +08:00 committed by GitHub
parent 813924b4c3
commit 13e17e94d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3067,7 +3067,7 @@ version,tls_usage);
" --replica Simulate a replica showing commands received from the master.\n"
" --rdb <filename> Transfer an RDB dump from remote server to local file.\n"
" Use filename of \"-\" to write to stdout.\n"
" --functions-rdb <filename> Like --rdb but only get the functions (not the keys)\n"
" --functions-rdb <filename> 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 <n> In --pipe mode, abort with error if after sending all data.\n"