aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-07-24 11:42:26 +0000
committermerakor <cem@ckyln.com>2020-07-24 11:42:26 +0000
commit9a8cf6e97b2a1f11d99bdbdd2161f764eae61a78 (patch)
treecf5a20a1d5ba0f80a3f86b403e40e38948084920 /tools
parent9c2e70c7ae06c43e586ee9b620d29421977fd58f (diff)
downloadcpt-9a8cf6e97b2a1f11d99bdbdd2161f764eae61a78.tar.gz
tools: leave an empty line on tools with multi-line usage output.
FossilOrigin-Name: 4dcedac23689a2e3473f6ce105f69b7eb2d61180a5b4dce65c9f2fc5c316dad4
Diffstat (limited to 'tools')
-rwxr-xr-xtools/cpt-install2
-rwxr-xr-xtools/cpt-remove2
-rwxr-xr-xtools/cpt-search2
-rwxr-xr-xtools/cpt-update2
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/cpt-install b/tools/cpt-install
index d99bfa6..ea5aaf2 100755
--- a/tools/cpt-install
+++ b/tools/cpt-install
@@ -10,7 +10,7 @@ while [ "$1" ]; do
out "usage: ${0##*/} [options] [pkg...]" "" \
" Options:" \
" --force Force installation" \
- " --root [rootdir] Use an alternate root directory"
+ " --root [rootdir] Use an alternate root directory" ""
exit 1
;;
--version|-v) version ;;
diff --git a/tools/cpt-remove b/tools/cpt-remove
index 844ea13..a3cb5d3 100755
--- a/tools/cpt-remove
+++ b/tools/cpt-remove
@@ -10,7 +10,7 @@ while [ "$1" ]; do
out "usage: ${0##*/} [options] [pkg...]" "" \
" Options:" \
" --force Force Removal" \
- " --root [rootdir] Use an alternate root directory"
+ " --root [rootdir] Use an alternate root directory" ""
exit 1
;;
--version|-v) version ;;
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 ;;
diff --git a/tools/cpt-update b/tools/cpt-update
index b925e1a..ef82202 100755
--- a/tools/cpt-update
+++ b/tools/cpt-update
@@ -11,7 +11,7 @@ while [ "$1" ]; do
" Options:" \
" -d --download Only download updatable packages" \
" --no-fetch Do not refresh the repositories" \
- " --root [rootdir] Use an alternate root directory"
+ " --root [rootdir] Use an alternate root directory" ""
exit 1
;;
--version|-v) version ;;