commit 1ba7585179abb48d16e87cda5566d81b4e9c1b46
parent 2e4e1c192057d782378a0d5168aac9abcb381b74
Author: Cem Keylan <cem@ckyln.com>
Date: Mon, 5 Oct 2020 21:15:54 +0300
cpt-search: fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cpt-search b/src/cpt-search
@@ -7,7 +7,7 @@ parser_definition() {
setup REST -- "usage: ${0##*/} [pkg...]"
msg -- '' 'Options:'
flag all -s --single init:=1 on:'' -- "Only show the first instance of a package"
- global_flags
+ global_options
}
eval "$(getoptions parser_definition parse "$0")"