aboutsummaryrefslogtreecommitdiff
path: root/man/cpt-alternatives.1
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-07-24 13:46:05 +0000
committermerakor <cem@ckyln.com>2020-07-24 13:46:05 +0000
commit3080aeb2a0a5d80949a49fccaf505cd124f7c8d0 (patch)
tree4616656e658373519b31605575091cacee58ee16 /man/cpt-alternatives.1
parent9a8cf6e97b2a1f11d99bdbdd2161f764eae61a78 (diff)
downloadcpt-3080aeb2a0a5d80949a49fccaf505cd124f7c8d0.tar.gz
replace manual pages
FossilOrigin-Name: 64396db2c76988929c50b63655bf3970acf3d2790e5828d6a36215cd5c1f2584
Diffstat (limited to 'man/cpt-alternatives.1')
-rw-r--r--man/cpt-alternatives.144
1 files changed, 44 insertions, 0 deletions
diff --git a/man/cpt-alternatives.1 b/man/cpt-alternatives.1
new file mode 100644
index 0000000..16023a6
--- /dev/null
+++ b/man/cpt-alternatives.1
@@ -0,0 +1,44 @@
+.TH "cpt-alternatives" "1" "2020-07-24" "CARBS LINUX" "General Commands Manual"
+.SH NAME
+cpt-alternatives
+.SH DESCRIPTION
+List and swap to alternatives
+.PP
+.SH SYNOPSIS
+\fBcpt-alternatives\fR [-] [pkg file]
+
+.SH USAGE
+cpt-alternatives can be used to list alternatives (when run without arguments).
+It can read from standard input if ('-' is given as an argument). If you want to
+otherwise
+
+.SH EXAMPLES
+.nf
++-----------------------------------------------------------------------+
+| List alternatives |
++-----------------------------------------------------------------------+
+| |
+| $ kiss a |
+| ncurses /usr/bin/clear |
+| ncurses /usr/bin/reset |
+| |
++-----------------------------------------------------------------------+
+| Swap to 'clear' from ncurses. |
++-----------------------------------------------------------------------+
+| |
+| $ kiss a ncurses /usr/bin/clear |
+| -> Swapping '/usr/bin/clear' from 'busybox' to 'ncurses' |
+| |
++-----------------------------------------------------------------------+
+| Swap in bulk (all of sbase). |
++-----------------------------------------------------------------------+
+| |
+| $ kiss a | grep ^sbase | kiss a - |
+| |
++-----------------------------------------------------------------------+
+.fi
+
+.SH LICENSE
+See LICENSE for copyright information.
+.SH SEE ALSO
+cpt(1)