From 6b78508981430682c1de870dc8c09a4b831c0b80 Mon Sep 17 00:00:00 2001 From: hayao Date: Tue, 22 Dec 2020 15:38:56 +0900 Subject: [PATCH] [fix] : Fixed typo --- wfa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wfa b/wfa index 746dc7f..05506ac 100755 --- a/wfa +++ b/wfa @@ -1076,7 +1076,7 @@ operation_sync(){ # Parse options ARGUMENT="${@}" _opt_short="QRShVdb:aysuc" -_opt_long="query,remove,sync,help,version,debug,dbpath:,aururl,aur,noconfirm,config:,makepkg:,mflags:,pacman:,git:,gitflags:,gpg:,gpgflags:,makepkgconf:,nomakepkgconf,nodeps,refresh,bash-debug,msg-debug,sysupgrade,color:,nocolor.clean" +_opt_long="query,remove,sync,help,version,debug,dbpath:,aururl,aur,noconfirm,config:,makepkg:,mflags:,pacman:,git:,gitflags:,gpg:,gpgflags:,makepkgconf:,nomakepkgconf,nodeps,refresh,bash-debug,msg-debug,sysupgrade,color:,nocolor,clean" OPT=$(getopt -o ${_opt_short} -l ${_opt_long} -- ${ARGUMENT}) [[ ${?} != 0 ]] && exit 1 -- 2.11.0