diff --git a/scripts/http-default-accounts.nse b/scripts/http-default-accounts.nse
index 3cd8d9b8f..9fa8d83a8 100644
--- a/scripts/http-default-accounts.nse
+++ b/scripts/http-default-accounts.nse
@@ -32,8 +32,9 @@ Remember each fingerprint must have:
* paths - Table containing possible path locations of the target
* login_check - Login function of the target
-In addition, a fingerprint may have:
+In addition, a fingerprint should have:
* target_check - Target validation function. If defined, it will be called to validate the target before attempting any logins.
+* cpe - Official CPE Dictionary entry (see https://nvd.nist.gov/cpe.cfm)
Default fingerprint file: /nselib/data/http-default-accounts-fingerprints.lua
This script was based on http-enum.