aboutsummaryrefslogtreecommitdiff
path: root/man/cpt-build.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/cpt-build.1')
-rw-r--r--man/cpt-build.120
1 files changed, 19 insertions, 1 deletions
diff --git a/man/cpt-build.1 b/man/cpt-build.1
index 79b24c6..ec65eeb 100644
--- a/man/cpt-build.1
+++ b/man/cpt-build.1
@@ -5,7 +5,7 @@
.Nd build given packages
.Sh SYNOPSIS
.Nm cpt-build
-.Op Fl tfy
+.Op Fl dfSty
.Op Fl -root Ar ROOT
.Op Fl hv
.Op Ar package...
@@ -21,18 +21,36 @@ package.
.Pp
The options are as follows:
.Bl -tag -width 13n
+.It Fl d , -debug
+Keep the build directories after operation
.It Fl t , -test
Run tests (if they exist)
+.It Fl S , -nostrip
+Don't strip debug information from the binaries
+.Po
+might want to add
+.Fl g
+to your
+.Ev $CFLAGS
+.Pc
.It Fl f , -force
Force operation
.It Fl y , -no-prompt
Do not prompt for confirmation
+.It Fl -color Ar CPT_COLOR
+Enable/disable output color
+.Bo
+.Sy auto ,
+always, never, 1, 0
+.Bc
.It Fl -root Ar CPT_ROOT
Use an alternate root directory
.It Fl h , -help
Show help message
.It Fl v , -version
Print version information
+.It Fl -verbose
+Be more verbose
.El
.Sh AUTHOR
.An Cem Keylan Aq Mt cem@ckyln.com