diff --git a/src/httpserver/http_fns.c b/src/httpserver/http_fns.c
index 92b3010f0..f11af8b98 100644
--- a/src/httpserver/http_fns.c
+++ b/src/httpserver/http_fns.c
@@ -1339,7 +1339,8 @@ int http_fn_startup_command(http_request_t* request) {
poststr(request, "
Set/Change/Clear startup command line
");
poststr(request, "Startup command is a shorter, smaller alternative to LittleFS autoexec.bat."
"The startup commands are ran at device startup."
- "You can use them to init peripherals and drivers, like BL0942 energy sensor
");
+ "You can use them to init peripherals and drivers, like BL0942 energy sensor."
+ "Use backlog cmd1; cmd2; cmd3; etc to enter multiple commands");
if (http_getArg(request->url, "data", tmpA, sizeof(tmpA))) {
// hprintf255(request,"Set command to %s!
",tmpA);