From 4498bfdadd9c60194668f13b4d1f07760c0f27e8 Mon Sep 17 00:00:00 2001 From: ProMix Date: Wed, 11 Sep 2024 14:39:27 +0700 Subject: [PATCH] closes #66 --- hyprshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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