aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-08-22 08:42:32 +0000
committermerakor <cem@ckyln.com>2020-08-22 08:42:32 +0000
commit8cfc15017ff2da7139956224c141e76d6a4dd626 (patch)
tree5e4ad640eca3fad16262ead0b028c9258ffaddf3
parenta80eb210cc206331d5d48fcdfca5d74a5c781bd4 (diff)
downloadcpt-8cfc15017ff2da7139956224c141e76d6a4dd626.tar.gz
cpt-build: add an extra line after usage
FossilOrigin-Name: 4efed7191261d3f1a97e8d31c35cbd5568b5148347b065cc5fd0b0123a65b5f1
-rwxr-xr-xsrc/cpt-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpt-build b/src/cpt-build
index 09dda11..b4c9dd9 100755
--- a/src/cpt-build
+++ b/src/cpt-build
@@ -10,7 +10,7 @@ while :; do
--help|-h)
out "usage: ${0##*/} [pkg...]" "" \
" Options:" \
- " -y --no-prompt Do not prompt for confirmation"
+ " -y --no-prompt Do not prompt for confirmation" ""
exit 1 ;;
--version|-v) version ;;
--no-prompt|-y) export CPT_PROMPT=0; shift ;;