Skip to content

Commit

Permalink
Fix help command
Browse files Browse the repository at this point in the history
  • Loading branch information
tahliar committed Oct 3, 2024
1 parent 8a95d11 commit 53f01fd
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions xml/ha_bootstrap_install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<para>
Alternatively, you can specify additional options as part of the initialization command.
You can include multiple options in the same command. Some examples are shown below.
For more options, run <command>crm cluster help init</command>.
For more options, run <command>crm cluster init --help</command>.
</para>
<variablelist>
<varlistentry>
Expand Down Expand Up @@ -464,13 +464,6 @@ crm cluster join --use-ssh-agent -c <replaceable>USER</replaceable>@<replaceable
</para>
</sect1>

<sect1 xml:id="sec-ha-install-cluster-init-stages">
<title>Modifying the cluster with <command>crm cluster init</command> stages</title>
<para>
TO DO
</para>
</sect1>

<sect1 xml:id="sec-ha-install-cluster-remove">
<title>Removing nodes with <command>crm cluster remove</command></title>
<para>
Expand All @@ -495,7 +488,7 @@ crm cluster join --use-ssh-agent -c <replaceable>USER</replaceable>@<replaceable
</para>
<screen>&prompt.root;<command>crm cluster remove --force <replaceable>LASTNODE</replaceable></command></screen>
<para>
For more information, run <command>crm cluster help remove</command>.
For more information, run <command>crm cluster remove --help</command>.
</para>
</sect1>
</chapter>

0 comments on commit 53f01fd

Please sign in to comment.