]> git.scottworley.com Git - paperdoorknob/blobdiff - args.py
Rename: html → dom
[paperdoorknob] / args.py
diff --git a/args.py b/args.py
index 67d8c3f84dbe485d14afd731475338115c269f56..b765fc645335ba9fdbb8db6c445e4baf079a75df 100644 (file)
--- 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 ' +