diff options
author | merakor <cem@ckyln.com> | 2020-08-22 08:40:52 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-08-22 08:40:52 +0000 |
commit | a80eb210cc206331d5d48fcdfca5d74a5c781bd4 (patch) | |
tree | 96c25b78bfe8c77b3d181a94dd3ca2855fd7c971 | |
parent | 08647763dffda2da9356f28b05a76c510dbf8594 (diff) | |
download | cpt-a80eb210cc206331d5d48fcdfca5d74a5c781bd4.tar.gz |
cpt-build: fix usage output loop
FossilOrigin-Name: fc24ef1dbbbb8ef2b1c0ef86900bb56f6daa135950cb48c0dbfd054984a29adc
-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 0a4326b..09dda11 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 ;; |