summaryrefslogtreecommitdiff
path: root/randtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'randtest.py')
-rwxr-xr-xrandtest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/randtest.py b/randtest.py
index 14a6c97..67def61 100755
--- a/randtest.py
+++ b/randtest.py
@@ -14,6 +14,9 @@ def main():
parg.add_argument('-f', '--file',
help='file name to write to',
default='test')
+ parg.add_argument('-v','--version', action='version',
+ version='randtest for Python 3.11.3',
+ help='Version Info')
args = parg.parse_args()
fname = args.file