diff --git a/nselib/data/http-default-accounts-fingerprints.lua b/nselib/data/http-default-accounts-fingerprints.lua
index d37cb33b0..0b279ee5a 100644
--- a/nselib/data/http-default-accounts-fingerprints.lua
+++ b/nselib/data/http-default-accounts-fingerprints.lua
@@ -12,11 +12,12 @@ local have_openssl, openssl = pcall(require, 'openssl')
--
-- STRUCTURE:
-- * name - Descriptive name
+-- * cpe - Official CPE Dictionary entry (optional)
-- * category - Category
--- * login_combos
----- * username - Default username
----- * password - Default password
--- * paths - Paths table containing the possible location of the target
+-- * login_combos - Table of default credential pairs
+---- * username
+---- * password
+-- * paths - Table of likely locations (paths) of the target
-- * target_check - Validation function of the target (optional)
-- * login_check - Login function of the target
---