From 0c3b8b7e90ea242640a417abb5c40f30dfc3e036 Mon Sep 17 00:00:00 2001 From: Itamar Haber Date: Wed, 29 Mar 2023 20:48:59 +0300 Subject: Overhauls command summaries and man pages. (#11942) This is an attempt to normalize/formalize command summaries. Main actions performed: * Starts with the continuation of the phrase "The XXXX command, when called, ..." for user commands. * Starts with "An internal command...", "A container command...", etc... when applicable. * Always uses periods. * Refrains from referring to other commands. If this is needed, backquotes should be used for command names. * Tries to be very clear about the data type when applicable. * Tries to mention additional effects, e.g. "The key is created if it doesn't exist" and "The set is deleted if the last member is removed." * Prefers being terse over verbose. * Tries to be consistent. --- src/commands/cluster-addslotsrange.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/cluster-addslotsrange.json') diff --git a/src/commands/cluster-addslotsrange.json b/src/commands/cluster-addslotsrange.json index 769392bca..4ff8a4084 100644 --- a/src/commands/cluster-addslotsrange.json +++ b/src/commands/cluster-addslotsrange.json @@ -1,6 +1,6 @@ { "ADDSLOTSRANGE": { - "summary": "Assign new hash slots to receiving node", + "summary": "Assigns new hash slot ranges to a node.", "complexity": "O(N) where N is the total number of the slots between the start slot and end slot arguments.", "group": "cluster", "since": "7.0.0", -- cgit v1.2.1