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>2019-01-01 04:44:08 +0300
committerCasey Deccio <casey@deccio.net>2019-01-01 04:44:08 +0300
commit6b8fc93434a966beb15dbe99fc534e5629336ed5 (patch)
treefd089c342e73dca05140997be574a9ae674aa240 /bin
parentc65c5b773a465144e1788e1faef75b84a370e57a (diff)
Edit usage
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dnsviz14
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/dnsviz b/bin/dnsviz
index a3f69dc..04cadd3 100755
--- a/bin/dnsviz
+++ b/bin/dnsviz
@@ -41,15 +41,15 @@ def usage(err=None):
err = ''
sys.stderr.write('''%sUsage: dnsviz [options] <command> [args]
Options:
- -p <path> - add path to the python path
+ -p <path> - Add path to the python path.
Commands:
- probe - issue diagnostic DNS queries
- grok - assess diagnostic DNS queries
- graph - graph the assessment of diagnostic DNS queries
- print - process diagnostic DNS queries to textual output
- query - assess a DNS query
+ probe - Issue diagnostic DNS queries.
+ grok - Assess diagnostic DNS queries.
+ graph - Graph the assessment of diagnostic DNS queries.
+ print - Process diagnostic DNS queries to textual output.
+ query - Assess a DNS query.
help [<command>]
- - show usage for a command
+ - Show usage for a command.
''' % (err))
def main():