Browse Source

First public version

Rob Austein 5 năm trước cách đây
mục cha
commit
851f2b128f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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