Some usage text changes
[pgp-tools.git] / gpgparticipants / gpgparticipants-prefill
index 7760678ae093e983adcc825fc56d7d683b37a1ba..88bab2ee6720d0c1dcf03366e9aeab2d920dfffb 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python2
-"""Fill in the first digits in a form created by gpgparticipants."""
+"""Fill in the first digits of the hash in a form created by gpgparticipants."""
 
 __version__ = "1.0"
 
@@ -80,12 +80,13 @@ file with the digits filled in is written to `<filledlist>.DIGITS`.
 OPTIONS:
 
   --fastforward        If a match is found of given length and --fastforward
-                       is given then the programm immediately jumps to the next
+                       is given then the program immediately jumps to the next
                        length.
-  --min-length NUM     Start looking for hex strings of given length
+  --min-length NUM     Start search with given length
 
 """.format(sys.argv[0]))
 
+
 if __name__ == "__main__":
 
     fastforward = False