fixed typo inside win2xcur '--shadow-y' option

This commit is contained in:
ful1e5 2022-03-16 18:03:40 +05:30 committed by Guanzhong Chen
parent b979ed5fc5
commit 5c03c08a61

View file

@ -29,7 +29,7 @@ def main() -> None:
parser.add_argument('-x', '--shadow-x', type=float, default=0.05, parser.add_argument('-x', '--shadow-x', type=float, default=0.05,
help='x-offset of shadow (as fraction of width)') help='x-offset of shadow (as fraction of width)')
parser.add_argument('-y', '--shadow-y', type=float, default=0.05, parser.add_argument('-y', '--shadow-y', type=float, default=0.05,
help='x-offset of shadow (as fraction of height)') help='y-offset of shadow (as fraction of height)')
parser.add_argument('-c', '--shadow-color', default='#000000', parser.add_argument('-c', '--shadow-color', default='#000000',
help='color of the shadow') help='color of the shadow')