diff --git a/scripts/http-default-accounts.nse b/scripts/http-default-accounts.nse
index 0bd0d6f3d..bb56535bd 100644
--- a/scripts/http-default-accounts.nse
+++ b/scripts/http-default-accounts.nse
@@ -29,9 +29,7 @@ Remember each fingerprint must have:
* login_check - Login function of the target
In addition, a fingerprint may have:
-* target_check - Target validation function. If defined, it will be \z
- called to validate the target before attempting \z
- any logins.
+* target_check - Target validation function. If defined, it will be called to validate the target before attempting any logins.
Default fingerprint file: /nselib/data/http-default-accounts-fingerprints.lua
This script was based on http-enum.