@@ -249,8 +249,8 @@ static const RCoreHelpMessage help_msg_equal = {
249249 "=t" , "port" , "start the tcp server (echo x|nc ::1 9090 or curl ::1:9090/cmd/x)" ,
250250 "=r" , "port" , "start the rap server (o rap://9999)" ,
251251 "=g" , "[?]" , "start the gdbserver" ,
252- "=h" , "[?] " , "start the http webserver" ,
253- "=H" , "[?] " , "start the http webserver (and launch the web browser)" ,
252+ "=h" , " port " , "start the http webserver on 'port' " ,
253+ "=H" , " port " , "start the http webserver on 'port' (launch browser)" ,
254254 "\nother:" , "" , "" ,
255255 "=&" , ":port" , "start rap server in background (same as '&_=h')" ,
256256 "=" , ":host:port cmd" , "run 'cmd' command on remote server" ,
@@ -270,9 +270,9 @@ static const RCoreHelpMessage help_msg_equalh = {
270270 "=h-" , "" , "stop background webserver" ,
271271 "=h--" , "" , "stop foreground webserver" ,
272272 "=h*" , "" , "restart current webserver" ,
273- "=h&" , " port" , "start http server in background" ,
274- "=H" , " port" , "launch browser and listen for http " ,
275- "=H&" , " port" , "launch browser and listen for http in background" ,
273+ "=h&" , " port" , "start http server on 'port' in background" ,
274+ "=H" , " port" , "start http server on 'port' (launch browser) " ,
275+ "=H&" , " port" , "start http server on 'port' in background (launch browser) " ,
276276 NULL
277277};
278278
0 commit comments