diff --git a/scripts/plot.py b/scripts/plot.py index d9e4230d..f303cce1 100755 --- a/scripts/plot.py +++ b/scripts/plot.py @@ -1746,6 +1746,10 @@ if __name__ == "__main__": choices=['never', 'always', 'auto'], default='auto', help="When to use terminal colors. Defaults to 'auto'.") + parser.add_argument( + '-:', '--dots', + action='store_true', + help="Use 1x2 ascii dot characters. This is the default.") parser.add_argument( '-⣿', '--braille', action='store_true',