1
0
Fork 0

photoprep: cosmetic fix

This commit is contained in:
tastytea 2024-02-11 09:20:54 +01:00
parent 2e1ebf100f
commit db41a09d2a
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ setopt LOCAL_OPTIONS ERR_RETURN NO_UNSET PIPE_FAIL
zmodload zsh/zutil
local -a o_quality=(-q 90)
local -a o_size=(-s 1500x1500)
local -a o_format=(-s webp)
local -a o_format=(-f webp)
local -a o_help=()
zparseopts -D -K -- q:=o_quality s:=o_size f:=o_format h=o_help
if [[ ${#o_help} -ne 0 || ! -v 1 ]]; then