mirror of
https://github.com/octoleo/restic.git
synced 2024-11-29 08:14:03 +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
|
* raw-data: Counts the size of blobs in the repository, regardless of
|
||||||
how many files reference them.
|
how many files reference them.
|
||||||
* blobs-per-file: A combination of files-by-contents and raw-data.
|
* 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,
|
DisableAutoGenTag: true,
|
||||||
RunE: func(cmd *cobra.Command, args []string) error {
|
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.
|
how many files reference them.
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
blobs\-per\-file: A combination of files\-by\-contents and raw\-data.
|
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.
|
Refer to the online manual for more details about each mode.
|
||||||
|
|
||||||
.RE
|
.RE
|
||||||
|
Loading…
Reference in New Issue
Block a user