diff options
Diffstat (limited to 'tools/cpt-search')
-rwxr-xr-x | tools/cpt-search | 2 |
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 ;; |