diff --git a/ncat/docs/ncatguide.xml b/ncat/docs/ncatguide.xml index eb64fa34f..9dca93ab4 100644 --- a/ncat/docs/ncatguide.xml +++ b/ncat/docs/ncatguide.xml @@ -1494,7 +1494,7 @@ Hello. This short message is being sent by Ncat. -nc -lk -p 8080 --sh-exec "echo -e 'HTTP/1.1 200 OK\r\n'; cat index.html" +ncat -lk -p 8080 --sh-exec "echo -e 'HTTP/1.1 200 OK\r\n'; cat index.html"