From f46196f851e7538e29d4fff66a5770b6d1280e99 Mon Sep 17 00:00:00 2001 From: IrisRainbowNeko Date: Sat, 8 Feb 2025 11:06:47 +0800 Subject: [PATCH] multi scale --- win2xcur/main/x2wincur.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win2xcur/main/x2wincur.py b/win2xcur/main/x2wincur.py index c9783cd..311cc2e 100644 --- a/win2xcur/main/x2wincur.py +++ b/win2xcur/main/x2wincur.py @@ -18,8 +18,8 @@ def main() -> None: help='X11 cursor files to convert (no extension)') parser.add_argument('-o', '--output', '--output-dir', default=os.curdir, help='Directory to store converted cursor files.') - parser.add_argument('-S', '--scale', default=None, type=float, - help='Scale the cursor by the specified factor.') + parser.add_argument('-S', '--scale', default=None, type=str, + help='Scale the cursor by the specified factor. Multi-scale "[0.125.0.1875,0.25]"') args = parser.parse_args() print_lock = Lock()