1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 09:29:01 +00:00

Fixed a typo.

This commit is contained in:
batrick
2009-05-13 05:22:50 +00:00
parent a325732a30
commit 38c850e8db

View File

@@ -62,7 +62,7 @@ o Regenerate script.db to remove references to non-existent
smb-check-vulns-2.nse is not a file!" The script.db entries are now
sorted again to make diffs easier to read. [David,Patrick]
o Fixed --script-update on Windows--it was adding bogus backslashes
o Fixed --script-updatedb on Windows--it was adding bogus backslashes
preceding file names in the generated script.db. Reported by
Michael Patrick at http://seclists.org/nmap-dev/2009/q2/0192.html,
and fixed by Jah. The error message was also improved.