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
|
||||
.SH SYNOPSIS
|
||||
.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
|
||||
.SH DESCRIPTION
|
||||
\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.
|
||||
.SH OPTIONS
|
||||
.PP
|
||||
\-\-version
|
||||
.RS 4
|
||||
Prints the btrbk version.
|
||||
.RE
|
||||
.PP
|
||||
\-h, \-\-help
|
||||
.RS 4
|
||||
Prints the synopsis and a list of the commands.
|
||||
.RE
|
||||
.PP
|
||||
\-\-version
|
||||
.RS 4
|
||||
Prints the btrbk version.
|
||||
.RE
|
||||
.PP
|
||||
\-c, \-\-config <file>
|
||||
.RS 4
|
||||
Read the configuration from <file>.
|
||||
|
|
Loading…
Reference in New Issue