mirror of https://github.com/digint/btrbk
documentation: btrbk(1): added missing command line options in synopsis section
parent
bed9fe1f66
commit
38a8c1c9eb
15
doc/btrbk.1
15
doc/btrbk.1
|
@ -7,7 +7,10 @@
|
||||||
btrbk \- backup tool for btrfs volumes
|
btrbk \- backup tool for btrfs volumes
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.nf
|
.nf
|
||||||
\fBbtrbk\fR [\-\-version] [\-\-help] [\-c <file>] [\-p] [\-v] [\-q] [\-l <level>] <command> [<args>]
|
\fBbtrbk\fR [\-h|\-\-help] [\-\-version] [\-c|\-\-config <file>]
|
||||||
|
[\-p|\-\-preserve] [\-r|\-\-resume\-only]
|
||||||
|
[\-v|\-\-verbose] [\-q|\-\-quiet] [\-l|\-\-loglevel <level>] [\-\-progress]
|
||||||
|
<command> [<args>]
|
||||||
.fi
|
.fi
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
\fBbtrbk\fR is a backup tool for btrfs subvolumes, taking advantage of
|
\fBbtrbk\fR is a backup tool for btrfs subvolumes, taking advantage of
|
||||||
|
@ -26,16 +29,16 @@ creation, and, if multiple backups are created on the same day, N will
|
||||||
be incremented on each backup, starting at 1.
|
be incremented on each backup, starting at 1.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.PP
|
.PP
|
||||||
\-\-version
|
|
||||||
.RS 4
|
|
||||||
Prints the btrbk version.
|
|
||||||
.RE
|
|
||||||
.PP
|
|
||||||
\-h, \-\-help
|
\-h, \-\-help
|
||||||
.RS 4
|
.RS 4
|
||||||
Prints the synopsis and a list of the commands.
|
Prints the synopsis and a list of the commands.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
\-\-version
|
||||||
|
.RS 4
|
||||||
|
Prints the btrbk version.
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
\-c, \-\-config <file>
|
\-c, \-\-config <file>
|
||||||
.RS 4
|
.RS 4
|
||||||
Read the configuration from <file>.
|
Read the configuration from <file>.
|
||||||
|
|
Loading…
Reference in New Issue