Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2015-09-02 08:00:18 +0300
committerCasey Deccio <casey@deccio.net>2015-09-02 08:00:18 +0300
commit0351370b69ffa9ec2f6e8edea8adc1ab4d361682 (patch)
treef599d08e92f526647693f4412426170c17cc69ae /bin
parentd16f53c53816e66a88b98e2c24c620aac6d8768f (diff)
Update usage
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dnsviz6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/dnsviz b/bin/dnsviz
index bdd441c..aa422bb 100755
--- a/bin/dnsviz
+++ b/bin/dnsviz
@@ -32,10 +32,10 @@ def usage(err=None):
sys.stderr.write('''%sUsage: dnsviz command [args]
Commands:
probe - issue diagnostic DNS queries
- grok - process diagnostic DNS queries to serialized output
- graph - process diagnostic DNS queries to graphical output
+ grok - assess diagnostic DNS queries
+ graph - graph the assessment of diagnostic DNS queries
print - process diagnostic DNS queries to textual output
- query - issue and process a DNS query to textual output
+ query - assess a DNS query
help - show usage for a command
''' % (err))