diff --git a/doc/btrbk.1 b/doc/btrbk.1 index 6b2274b..241b412 100644 --- a/doc/btrbk.1 +++ b/doc/btrbk.1 @@ -97,8 +97,8 @@ Print output in table format (shortcut for "\-\-format=table"). .RS 4 Print output in specified format. If set to "raw", prints space-separated key="value" pairs (machine readable). Affects output -format for \fBrun\fR, \fBdryrun\fR, \fBlist\fR and \fBtree\fR -commands. Useful for further exporting/scripting. +format for \fBrun\fR, \fBdryrun\fR and \fBlist\fR commands. Useful for +further exporting/scripting. .RE .PP \-\-progress @@ -108,7 +108,7 @@ Show progress bar on send-receive operation. .PP \-\-print\-schedule .RS 4 -Print detailed scheduler information on "run" and "dryrun" +Print detailed scheduler information on \fBrun\fR and \fBdryrun\fR commands. Use the \fI\-\-format\fR command line option to switch between different output formats. .RE diff --git a/doc/btrbk.conf.5 b/doc/btrbk.conf.5 index f7b8b1d..220320b 100644 --- a/doc/btrbk.conf.5 +++ b/doc/btrbk.conf.5 @@ -33,7 +33,8 @@ btrfs filesystem mounted with the \fIsubvolid=0\fR option. .RS 4 Subvolume to be backed up, relative to the \fI\fR specified in the \fIvolume\fR section. Multiple \fIsubvolume\fR -sections are allowed within \fIvolume\fR sections. +sections are allowed within \fIvolume\fR sections. Accepts wildcard +character "*". .RE .PP \fBtarget\fR |