OSDN Git Service

[fix] : Fixed typo
authorhayao <shun819.mail@gmail.com>
Wed, 23 Dec 2020 07:53:27 +0000 (16:53 +0900)
committerhayao <shun819.mail@gmail.com>
Wed, 23 Dec 2020 07:53:27 +0000 (16:53 +0900)
wfa

diff --git a/wfa b/wfa
index e0af626..2f348f8 100755 (executable)
--- a/wfa
+++ b/wfa
@@ -1185,7 +1185,7 @@ operation_vote() {
 
 # Parse options
 ARGUMENT="${@}"
-_opt_short="AQRShVdb:aysuc"q
+_opt_short="AQRShVdb:aysucq"
 _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,quiet,arch:,confirm,disable-download-timeout,curl:,curlflags:"
 
 OPT=$(getopt -o ${_opt_short} -l ${_opt_long} -- ${ARGUMENT})