Skip to content

Commit

Permalink
minor comments fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lyq2333 committed Oct 18, 2024
1 parent f6124fc commit aed8834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/networking.c
Original file line number Diff line number Diff line change
Expand Up @@ -3567,8 +3567,8 @@ void clientCommand(client *c) {
" Protect current client connection from eviction.",
"NO-TOUCH (ON|OFF)",
" Will not touch LRU/LFU stats when this mode is on.",
"IMPORY-SOURCE (ON|OFF)",
" Set this connection as importing source when server.import_mode is true.",
"IMPORT-SOURCE (ON|OFF)",
" Mark this connection as importing source when server.import_mode is true.",
" Sync tools can set their connections into this state to visit expired keys.",
NULL};
addReplyHelp(c, help);
Expand Down

0 comments on commit aed8834

Please sign in to comment.