Skip to content
Snippets Groups Projects
Commit 48afa137 authored by Štěpán Balážik's avatar Štěpán Balážik Committed by Vladimír Čunát
Browse files

Fixed typos.

parent cda0b5ca
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@
Version
-------
Module checks for new version and CVEs_.
Module checks for new version and CVE_.
Running
^^^^^^^
......
......@@ -23,7 +23,7 @@ local function help()
name = 'kresd-query.lua'
print(string.format('Usage: %s [-t type] [-c class] [-C config] <name> <script>', name))
print('Execute a single-shot query and run a script on the result.')
print('There are two variable available: pkt (kres.pkt_t), req (kres.request_t)')
print('There are two variables available: pkt (kres.pkt_t), req (kres.request_t)')
print('See modules README to learn about their APIs.')
print('')
print('Options:')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment