aboutsummaryrefslogtreecommitdiff
path: root/src/cpt-search
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpt-search')
-rwxr-xr-xsrc/cpt-search3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cpt-search b/src/cpt-search
index 5fb851d..d52f5c9 100755
--- a/src/cpt-search
+++ b/src/cpt-search
@@ -7,8 +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"
- disp :usage -h --help -- "Show this help message"
- disp :version -v --version -- "Print version information"
+ global_flags
}
eval "$(getoptions parser_definition parse "$0")"