aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/cpt-build2
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 ;;