3 is easier to remember

This commit is contained in:
q
2025-07-24 09:59:11 +03:00
parent ececad776b
commit ce9e76181d

View File

@@ -10,7 +10,7 @@ import sys
import termios import termios
import tty import tty
__version__ = "20250317.a" __version__ = "20250724.a"
class bc: class bc:
@@ -66,7 +66,7 @@ class QAsk:
help="Title for dialog. Use {G} to change color to bright green. Valid codes: rgbcmyzkRGBCMY", help="Title for dialog. Use {G} to change color to bright green. Valid codes: rgbcmyzkRGBCMY",
) )
parser.add_argument( parser.add_argument(
"-w", action="store", type=int, default=5, help="Width of display area. 0 to disable display." "-w", action="store", type=int, default=3, help="Width of display area. 0 to disable display."
) )
parser.add_argument("--no-color", action="store_true", default=False, help="Disable colors") parser.add_argument("--no-color", action="store_true", default=False, help="Disable colors")
parser.add_argument("--measure", action="store_true", default=False, help="Also measure password goodness") parser.add_argument("--measure", action="store_true", default=False, help="Also measure password goodness")