diff --git a/cmd/restic/cmd_stats.go b/cmd/restic/cmd_stats.go index 590ef5f14..709b20ec8 100644 --- a/cmd/restic/cmd_stats.go +++ b/cmd/restic/cmd_stats.go @@ -36,7 +36,8 @@ The modes are: * raw-data: Counts the size of blobs in the repository, regardless of how many files reference them. * blobs-per-file: A combination of files-by-contents and raw-data. -* Refer to the online manual for more details about each mode. + +Refer to the online manual for more details about each mode. `, DisableAutoGenTag: true, RunE: func(cmd *cobra.Command, args []string) error { diff --git a/doc/man/restic-stats.1 b/doc/man/restic-stats.1 index f9578c38b..2465cde85 100644 --- a/doc/man/restic-stats.1 +++ b/doc/man/restic-stats.1 @@ -40,7 +40,8 @@ raw\-data: Counts the size of blobs in the repository, regardless of how many files reference them. .IP \(bu 2 blobs\-per\-file: A combination of files\-by\-contents and raw\-data. -.IP \(bu 2 + +.PP Refer to the online manual for more details about each mode. .RE