diff --git a/scripts/http-put.nse b/scripts/http-put.nse
index 191d79f62..ea83d012e 100644
--- a/scripts/http-put.nse
+++ b/scripts/http-put.nse
@@ -21,7 +21,7 @@ Uploads a local file to a remote web server using the HTTP PUT method. You must
-- @args http-put.url - The remote directory and filename to store the file to e.g. (/uploads/file.txt)
--
-- @xmloutput
--- /HNAP1 was successfully created
+-- /uploads/rootme.php was successfully created
--
-- Version 0.1
-- Created 10/15/2011 - v0.1 - created by Patrik Karlsson