aboutsummaryrefslogtreecommitdiff
path: root/tools/cpt-search
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpt-search')
-rwxr-xr-xtools/cpt-search2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpt-search b/tools/cpt-search
index 17f45a9..f3cd483 100755
--- a/tools/cpt-search
+++ b/tools/cpt-search
@@ -12,7 +12,7 @@ case "$1" in
--help|-h|'')
out "usage: ${0##*/} [--single] [pkg...]" "" \
" Options:" \
- " --single Only show the first instance of a package"
+ " --single Only show the first instance of a package" ""
exit 0
;;
--version|-v) version ;;