You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-17 01:12:23 +02:00
Fix incorrect examples in doc/test help.
The help for help was copied from core but the examples were not updated. Update the examples to be appropriate for doc/help.
This commit is contained in:
@ -96,7 +96,7 @@
|
|||||||
<summary>Get help.</summary>
|
<summary>Get help.</summary>
|
||||||
|
|
||||||
<text>
|
<text>
|
||||||
<p>Three levels of help are provided. If no command is specified then general help will be displayed. If a command is specified (e.g. <cmd>pgbackrest help backup</cmd>) then a full description of the command will be displayed along with a list of valid options. If an option is specified in addition to a command (e.g. <cmd>pgbackrest help backup type</cmd>) then a full description of the option as it applies to the command will be displayed.</p>
|
<p>Three levels of help are provided. If no command is specified then general help will be displayed. If a command is specified (e.g. <cmd>doc-pgbackrest help build</cmd>) then a full description of the command will be displayed along with a list of valid options. If an option is specified in addition to a command (e.g. <cmd>doc-pgbackrest help build repo-path</cmd>) then a full description of the option as it applies to the command will be displayed.</p>
|
||||||
</text>
|
</text>
|
||||||
</command>
|
</command>
|
||||||
|
|
||||||
|
@ -228,7 +228,7 @@
|
|||||||
<summary>Get help.</summary>
|
<summary>Get help.</summary>
|
||||||
|
|
||||||
<text>
|
<text>
|
||||||
<p>Three levels of help are provided. If no command is specified then general help will be displayed. If a command is specified (e.g. <cmd>pgbackrest help backup</cmd>) then a full description of the command will be displayed along with a list of valid options. If an option is specified in addition to a command (e.g. <cmd>pgbackrest help backup type</cmd>) then a full description of the option as it applies to the command will be displayed.</p>
|
<p>Three levels of help are provided. If no command is specified then general help will be displayed. If a command is specified (e.g. <cmd>test-pgbackrest help test</cmd>) then a full description of the command will be displayed along with a list of valid options. If an option is specified in addition to a command (e.g. <cmd>pgbackrest help test vm</cmd>) then a full description of the option as it applies to the command will be displayed.</p>
|
||||||
</text>
|
</text>
|
||||||
</command>
|
</command>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user