Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
8221d481
Unverified
Commit
8221d481
authored
Jul 12, 2022
by
Wen Hui
Committed by
GitHub
Jul 12, 2022
Browse files
Normalize the style of help information with other documentation (#10965)
parent
53e7de20
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networking.c
View file @
8221d481
...
...
@@ -1080,7 +1080,7 @@ void addReplyHelp(client *c, const char **help) {
while
(
help
[
blen
])
addReplyStatus
(
c
,
help
[
blen
++
]);
addReplyStatus
(
c
,
"HELP"
);
addReplyStatus
(
c
,
" Print
s
this help."
);
addReplyStatus
(
c
,
" Print this help."
);
blen
+=
1
;
/* Account for the header. */
blen
+=
2
;
/* Account for the footer. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment