mirror of
https://github.com/octoleo/restic.git
synced 2024-11-25 14:17:42 +00:00
Split paragraph from list in restic stats --help
The help text for `restic stats` lists a number of modes in a list. Make sure the "more info" text is a separate paragraph rather than being part of the list.
This commit is contained in:
parent
1aafc17212
commit
0561155963
@ -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 {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user