commit 74a72924a3057461ca88777bbdefa89b23c7892e
parent d5a8068db2b4afc7f2125c0ffaa95ba50e43162a
Author: Cem Keylan <cem@ckyln.com>
Date: Sat, 22 Aug 2020 11:42:32 +0300
cpt-build: add an extra line after usage
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 ;;