Browse Source

First public version

Rob Austein 5 years ago
parent
commit
851f2b128f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tsig-keygen.py

+ 1 - 1
tsig-keygen.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 """
-Pure Python TSIG key generator, with multiple output formats.
+Pure Python TSIG key generator with multiple output formats.
 """
 
 import os, base64, argparse, jinja2