X-Git-Url: http://git.scottworley.com/paperdoorknob/blobdiff_plain/47e940089d73e13a8f7f1d12344c2eb9bcaa3454..606c97c59b4f50d8025b3b2946f6f8a4942c5fb9:/args.py diff --git a/args.py b/args.py index 67d8c3f..b765fc6 100644 --- a/args.py +++ b/args.py @@ -56,9 +56,9 @@ See https://faculty.bard.edu/bloch/geometry.pdf for details default=20) parser.add_argument( '--layout', - default='below', + default='beside', help='Whether to put character and author information `beside` or `below` the icon ' + - '(default: below)') + '(default: beside)') parser.add_argument( '--out', help='The filename stem at which to write output ' +