mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
redis-cli typo fixed: perferences -> preferences.
Thanks to @qiaodaimadelaowang for signaling the issue. Close #3585.
This commit is contained in:
parent
fa2dc4b60c
commit
18d32c7e1c
@ -336,7 +336,7 @@ static void cliOutputGenericHelp(void) {
|
|||||||
" \"help <tab>\" to get a list of possible help topics\n"
|
" \"help <tab>\" to get a list of possible help topics\n"
|
||||||
" \"quit\" to exit\n"
|
" \"quit\" to exit\n"
|
||||||
"\n"
|
"\n"
|
||||||
"To set redis-cli perferences:\n"
|
"To set redis-cli preferences:\n"
|
||||||
" \":set hints\" enable online hints\n"
|
" \":set hints\" enable online hints\n"
|
||||||
" \":set nohints\" disable online hints\n"
|
" \":set nohints\" disable online hints\n"
|
||||||
"Set your preferences in ~/.redisclirc\n",
|
"Set your preferences in ~/.redisclirc\n",
|
||||||
@ -1222,7 +1222,7 @@ static sds *cliSplitArgs(char *line, int *argc) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set the CLI perferences. This function is invoked when an interactive
|
/* Set the CLI preferences. This function is invoked when an interactive
|
||||||
* ":command" is called, or when reading ~/.redisclirc file, in order to
|
* ":command" is called, or when reading ~/.redisclirc file, in order to
|
||||||
* set user preferences. */
|
* set user preferences. */
|
||||||
void cliSetPreferences(char **argv, int argc, int interactive) {
|
void cliSetPreferences(char **argv, int argc, int interactive) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user