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

This commit is contained in:
ful1e5 2022-03-16 18:03:40 +05:30
parent b979ed5fc5
commit b42c592ccd

View file

@ -29,7 +29,7 @@ def main() -> None:
parser.add_argument('-x', '--shadow-x', type=float, default=0.05,
help='x-offset of shadow (as fraction of width)')
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',
help='color of the shadow')