summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff-backup-statistics.1
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2006-01-02 20:29:25 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2006-01-02 20:29:25 +0000
commit0e30d52ddd8e78cd1c652357272d387d8aa79533 (patch)
tree423c7a0e7669ccd8c115f7f6268f4eeb5f51e7ad /rdiff-backup/rdiff-backup-statistics.1
parent4ba9f59105e6ad6c67d005a25392f8a98435b4fb (diff)
downloadrdiff-backup-0e30d52ddd8e78cd1c652357272d387d8aa79533.tar.gz
Daniel Baumann's man page patch escapes dashes (- to \-)
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@737 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff-backup-statistics.1')
-rw-r--r--rdiff-backup/rdiff-backup-statistics.122
1 files changed, 11 insertions, 11 deletions
diff --git a/rdiff-backup/rdiff-backup-statistics.1 b/rdiff-backup/rdiff-backup-statistics.1
index e1dea81..bacabc5 100644
--- a/rdiff-backup/rdiff-backup-statistics.1
+++ b/rdiff-backup/rdiff-backup-statistics.1
@@ -3,10 +3,10 @@
rdiff-backup-statistics \- summarize rdiff-backup statistics files
.SH SYNOPSIS
.B rdiff-backup-statistics
-.BI [--begin-time " time" ]
-.BI [--end-time " time" ]
-.BI [--minimum-ratio " ratio" ]
-.B [--null-separator]
+.BI [\-\-begin-time " time" ]
+.BI [\-\-end-time " time" ]
+.BI [\-\-minimum-ratio " ratio" ]
+.B [\-\-null-separator]
.I repository
.SH DESCRIPTION
@@ -39,29 +39,29 @@ boring.
.SH OPTIONS
.TP
-.BI --begin-time " time"
+.BI \-\-begin-time " time"
Do not read statistics files older than
.IR time .
By default, all statistics files will be read.
.I time
-should be in the same format taken by --restore-as-of. (See
+should be in the same format taken by \-\-restore-as-of. (See
.B TIME FORMATS
in the rdiff-backup man page for details.)
.TP
-.BI --end-time " time"
+.BI \-\-end-time " time"
Like
-.B --begin-time
+.B \-\-begin-time
but exclude statistics files later than
.IR time .
.TP
-.BI --minimum-ratio " ratio"
+.BI \-\-minimum-ratio " ratio"
Print all directories contributing more than the given ratio to the
total. The default value is .05, or 5 percent.
.TP
-.B --null-separator
+.B \-\-null-separator
Specify that the lines of the file_statistics file are separated by
nulls (\\0). The default is to assume that newlines separate. Use
-this switch if rdiff-backup was run with the --null-separator when
+this switch if rdiff-backup was run with the \-\-null-separator when
making the given repository.
.SH BUGS