From 8cfc15017ff2da7139956224c141e76d6a4dd626 Mon Sep 17 00:00:00 2001 From: merakor Date: Sat, 22 Aug 2020 08:42:32 +0000 Subject: cpt-build: add an extra line after usage FossilOrigin-Name: 4efed7191261d3f1a97e8d31c35cbd5568b5148347b065cc5fd0b0123a65b5f1 --- src/cpt-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- cgit v1.2.3