update pixelation argument
This commit is contained in:
parent
835da97333
commit
d6e04bae8e
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ if __name__ == "__main__":
|
||||||
help="include one to three dark random lines with given opacity in range [0, 1] (default: 0.1)",
|
help="include one to three dark random lines with given opacity in range [0, 1] (default: 0.1)",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-P",
|
"-p",
|
||||||
"--pixelate",
|
"--pixelate",
|
||||||
nargs="?",
|
nargs="?",
|
||||||
const="16x9",
|
const="16x9",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue