diff options
author | merakor <cem@ckyln.com> | 2020-08-22 08:42:32 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-08-22 08:42:32 +0000 |
commit | 8cfc15017ff2da7139956224c141e76d6a4dd626 (patch) | |
tree | 5e4ad640eca3fad16262ead0b028c9258ffaddf3 | |
parent | a80eb210cc206331d5d48fcdfca5d74a5c781bd4 (diff) | |
download | cpt-8cfc15017ff2da7139956224c141e76d6a4dd626.tar.gz |
cpt-build: add an extra line after usage
FossilOrigin-Name: 4efed7191261d3f1a97e8d31c35cbd5568b5148347b065cc5fd0b0123a65b5f1
-rwxr-xr-x | src/cpt-build | 2 |
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 ;; |