Skip to content

Commit 8a045e6

Browse files
author
Tod Beardsley
committed
Spaces between commas
1 parent 642a13e commit 8a045e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/mssql/mssql_schemadump.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def initialize
1717
'Description' => %Q{
1818
This module attempts to extract the schema from a MSSQL Server
1919
Instance. It will disregard builtin and example DBs such
20-
as master,model,msdb, and tempdb. The module will create
20+
as master, model, msdb, and tempdb. The module will create
2121
a note for each DB found, and store a YAML formatted output
2222
as loot for easy reading.
2323
},

0 commit comments

Comments
 (0)