From 7a780c2f6bea97135fbeae0b1166fba483c4b338 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Wed, 28 Sep 2022 01:47:50 -0700 Subject: [PATCH] Add "--buttonsize=auto" to --help usage output --- src/tuxpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index b3dc71ca0..c61362a91 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -8285,7 +8285,7 @@ void show_usage(int exitcode) " [--disablescreensaver | --allowscreensaver ]\n" " [--sound | --nosound]\n" " [--stereo | --nostereo]\n" - " [--buttonsize=N] (24-192; default=48)\n" + " [--buttonsize=N] (24-192; default=48) | [--buttonsize=auto]\n" " [--colorsrows=N] (1-3; default=1)\n" " [--colorfile FILE]\n" "\n"