diff --git a/hyprshot b/hyprshot index 0fb976f..093d588 100755 --- a/hyprshot +++ b/hyprshot @@ -236,7 +236,7 @@ function parse_mode() { } function args() { - local options=$(getopt -o hf:o:m:D:dszr:t: --long help,filename:,output-folder:,mode:,delay:,clipboard-only,debug,silent,freeze,raw,notif-timeout: -- "$@") + local options=$(getopt -o hf:o:m:D:dszrt: --long help,filename:,output-folder:,mode:,delay:,clipboard-only,debug,silent,freeze,raw,notif-timeout: -- "$@") eval set -- "$options" while true; do