aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2022-11-14 20:50:41 +0000
committermerakor <cem@ckyln.com>2022-11-14 20:50:41 +0000
commit02695a666063262d928279a3585b27f8e7759eae (patch)
tree7695e50e692379f8f38550cb40282cc912f2ce05
parent58b0b323d934c3cf4127651b981c7c0e24910aad (diff)
downloadcpt-02695a666063262d928279a3585b27f8e7759eae.tar.gz
cpt: fix flags displayed in the usage of 'bi' and 'cbi'
FossilOrigin-Name: 244f00519a0c5c0240f4c94efffa1750c579d64cdd10abc08e54d13ceb72fe92
-rwxr-xr-xsrc/cpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpt b/src/cpt
index 69b6554..cdaff42 100755
--- a/src/cpt
+++ b/src/cpt
@@ -3,7 +3,7 @@
bi() {
# Build and install function for cpt.
parser_definition() {
- setup REST help:usage -- "usage: ${0##*/} bi [-dtfy] [--root ROOT] [pkg...]"
+ setup REST help:usage -- "usage: ${0##*/} bi [-dfSty] [--root ROOT] [pkg...]"
msg -- '' 'Options:'
flag CPT_TEST -t --test export:1 init:@export -- "Run tests (if they exist)"
flag CPT_DEBUG -d --debug export:1 init:@export -- "Keep the build directories after operation"
@@ -25,7 +25,7 @@ bi() {
cbi() {
# Checksum, build and install.
parser_definition() {
- setup REST help:usage -- "usage: ${0##*/} cbi [-dtfy] [--root ROOT] [pkg...]"
+ setup REST help:usage -- "usage: ${0##*/} cbi [-dfSsty] [--root ROOT] [pkg...]"
msg -- '' 'Options:'
flag CPT_TEST -t --test export:1 init:@export -- "Run tests (if they exist)"
flag CPT_DEBUG -d --debug export:1 init:@export -- "Keep the build directories after operation"