Skip to content
Snippets Groups Projects
Commit f802c1aa authored by ulif's avatar ulif
Browse files

Output random sources in help ordered.

parent ed4adab5
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ def handle_options(args):
metavar="SOURCE",
help=(
"Get randomness from this source. Possible values: `%s'. "
"Default: system" % "', `".join(random_sources)))
"Default: system" % "', `".join(sorted(random_sources))))
parser.add_argument(
'infile', nargs='?', metavar='INFILE', default=None,
type=argparse.FileType('r'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment