Skip to content

Commit ec8c5f7

Browse files
committed
💬 update help msg
1 parent cd3757d commit ec8c5f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/badapple/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959

6060
parser.add_argument(
6161
'-s', '--scale',
62-
help='width:height',
63-
default='72:54'
62+
help='width:height (0 means auto)',
63+
default='0:0'
6464
)
6565
parser.add_argument(
6666
'-r', '--rate',

0 commit comments

Comments
 (0)