47 lines
1.1 KiB
Groff
47 lines
1.1 KiB
Groff
|
.ie \n(.g .ds Aq \(aq
|
||
|
.el .ds Aq '
|
||
|
.TH bootstrap 1 "bootstrap 0.1.0"
|
||
|
.SH NAME
|
||
|
bootstrap \- Install shitbox into the filesystem
|
||
|
.SH SYNOPSIS
|
||
|
\fBbootstrap\fR [\fB\-p\fR|\fB\-\-prefix\fR] [\fB\-u\fR|\fB\-\-usr\fR] [\fB\-s\fR|\fB\-\-soft\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] [\fIsubcommands\fR]
|
||
|
.SH DESCRIPTION
|
||
|
Install symlinks, manpages and shell completions
|
||
|
.SH OPTIONS
|
||
|
.TP
|
||
|
\fB\-p\fR, \fB\-\-prefix\fR [default: /]
|
||
|
The directory path under which to install
|
||
|
.TP
|
||
|
\fB\-u\fR, \fB\-\-usr\fR
|
||
|
Split the installation so that some applets go into /bin | /sbin
|
||
|
while others are placed into /usr/bin | /usr/sbin
|
||
|
.TP
|
||
|
\fB\-s\fR, \fB\-\-soft\fR
|
||
|
Install soft links instead of hardlinks
|
||
|
.TP
|
||
|
\fB\-h\fR, \fB\-\-help\fR
|
||
|
Print help information (use `\-h` for a summary)
|
||
|
.TP
|
||
|
\fB\-V\fR, \fB\-\-version\fR
|
||
|
Print version information
|
||
|
.SH SUBCOMMANDS
|
||
|
.TP
|
||
|
bootstrap\-all(1)
|
||
|
Install everything
|
||
|
.TP
|
||
|
bootstrap\-links(1)
|
||
|
Install links for each applet
|
||
|
.TP
|
||
|
bootstrap\-manpages(1)
|
||
|
Install Unix man pages
|
||
|
.TP
|
||
|
bootstrap\-completions(1)
|
||
|
Install shell completions
|
||
|
.TP
|
||
|
bootstrap\-help(1)
|
||
|
Print this message or the help of the given subcommand(s)
|
||
|
.SH VERSION
|
||
|
v0.1.0
|
||
|
.SH AUTHORS
|
||
|
Nathan Fisher
|