1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Fix a typo in the file wbox.c
Author: Marcos Talau <marcos@talau.info>
Forwarded: antirez@gmail.com
Last-Update: 2022-05-05
Index: wbox/wbox.c
===================================================================
--- wbox.orig/wbox.c
+++ wbox/wbox.c
@@ -978,7 +978,7 @@ static void wboxHelp(void) {
"wbox wikipedia.org (simplest, basic usage)\n"
"wbox wikipedia.org 3 compr wait 0 (three requests, compression, no delay)\n"
"wbox wikipedia.org 1 showhdr silent (just show the HTTP reply header)\n"
-"wbox wikipedia.org timesplit (show splitted time information)\n"
+"wbox wikipedia.org timesplit (show split time information)\n"
"wbox 1.2.3.4 host example.domain (test a virtual domain at 1.2.3.4)\n"
"wbox servermode webroot /tmp/mydocuments (Try it with http://127.0.0.1:8081)\n"
"\n"
|