aboutsummaryrefslogtreecommitdiff
path: root/man/cpt-remove.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/cpt-remove.1')
-rw-r--r--man/cpt-remove.155
1 files changed, 36 insertions, 19 deletions
diff --git a/man/cpt-remove.1 b/man/cpt-remove.1
index 78338e8..f4bb6fb 100644
--- a/man/cpt-remove.1
+++ b/man/cpt-remove.1
@@ -1,20 +1,37 @@
-.TH "cpt-remove" "1" "2020-07-24" "CARBS LINUX" "General Commands Manual"
-.SH NAME
-cpt-remove
-.SH SYNOPSIS
-\fBcpt-remove\fR [options] [pkg...]
-
-.SH OPTIONS
-.TP
-\fB--force\fR Force installation
-.TP
-\fB--root\fR [rootdir] Use an alternate root directory
-.PP
-
-.SH DESCRIPTION
-cpt-remove removes the given packages.
-
-.SH LICENSE
+.Dd Feb 25, 2021
+.Dt cpt-remove 1
+.Sh NAME
+.Nm cpt-remove
+.Nd remove given packages from the system
+.Sh SYNOPSIS
+.Nm
+.Op Fl fy
+.Op Fl -root Ar CPT_ROOT
+.Op Ar package...
+.Sh DESCRIPTION
+.Nm
+can be used to remove given packages from the system. If no arguments are
+supplied,
+.Nm
+will assume that the current directory is the package.
+.Pp
+The options are as follows:
+.Bl -tag -width 14n
+.It Fl f , -force
+Force removal
+.It Fl y , -no-prompt
+Do not prompt for confirmation
+.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
+.El
+.Sh AUTHOR
+.An Cem Keylan Aq Mt cem@ckyln.com
+.Sh LICENSE
See LICENSE for copyright information.
-.SH SEE ALSO
-cpt(1)
+.Sh SEE ALSO
+.Xr cpt 1
+.Xr cpt-install 1