mirror of
https://github.com/nmap/nmap.git
synced 2025-12-14 19:59:02 +00:00
Fix wrong library typo
This commit is contained in:
@@ -3,7 +3,7 @@ local nmap = require "nmap"
|
||||
local lpeg = require "lpeg"
|
||||
local U = require "lpeg-utility"
|
||||
local table = require "table"
|
||||
local tableaux = require "table"
|
||||
local tableaux = require "tableaux"
|
||||
|
||||
description = [[
|
||||
Prints the readable strings from service fingerprints of unknown services.
|
||||
|
||||
Reference in New Issue
Block a user