Merge pull request #275 from highvoltage/add-man-page

Add man page
This commit is contained in:
adriaandegroot 2017-06-07 02:58:27 -04:00 committed by GitHub
commit 1813686d19

33
man/calamares.1 Normal file
View File

@ -0,0 +1,33 @@
.TH CALAMARES "1"
.SH NAME
calamares \- distribution-independent system installer
.SH SYNOPSIS
.B calamares
[\fI\,options\/\fR]
.SH DESCRIPTION
.B calamares
is a distribution-independent system installer, with an advanced partitioning feature for both manual and automated partitioning operations. It is the first installer with an automated “Replace Partition” option, which makes it easy to reuse a partition over and over for distribution testing. Calamares is designed to be customizable by distribution maintainers without need for cumbersome patching, thanks to third party branding and external modules support.
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
Displays this help.
.TP
\fB\-v\fR, \fB\-\-version\fR
Displays version information.
.TP
\fB\-d\fR, \fB\-\-debug\fR
Verbose output for debugging purposes.
.TP
\fB\-c\fR, \fB\-\-config\fR <config>
Configuration directory to use, for testing purposes.
.SH "SEE ALSO"
The
.B calamares
website: https://calamares.io
.SH "BUGS"
Please report any bugs to https://calamares.io/bugs
.SH AUTHORS
.B calamares
is written by Teo Mrnjavac <teo@kde.org>
.LP
This man page is written by Jonathan Carter <jcarter@linux.com>