Minor edit to write_keypairs_file.py

This commit is contained in:
troymc 2016-05-10 15:13:34 +02:00
parent 1d87afab0a
commit 11576a32a1

View File

@ -4,7 +4,7 @@ The written file is always named keypairs.py and it should be
interpreted as a Python 2 script.
Usage:
$ python3 write_keypairs_file.py <num_pairs>
$ python3 write_keypairs_file.py num_pairs
Using the list in other Python scripts:
# in a Python 2 script: