Skip to content

Commit 5bc31ac

Browse files
committed
Correct modgroup usage
jsc#DOCTEAM-2046
1 parent fc1f5ed commit 5bc31ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xml/ha_managing_resources.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ primitive admin_addr IPaddr2 \
226226
<sect2 xml:id="sec-conf-crm-manage-edit">
227227
<title>Editing groups with &crmsh;</title>
228228
<para>
229-
To change the order of a group member, use the <command>modgroup</command> command
229+
To add a resource to the group, use the <command>modgroup</command> command
230230
from the <command>configure</command> subcommand. For example, use the following
231-
command to move the primitive <literal>Email</literal> before <literal>Public-IP</literal>:
231+
command to add the primitive <literal>Email</literal> before <literal>Public-IP</literal>:
232232
</para>
233233
<screen>&prompt.crm.conf;<command>modgroup g-mailsvc add Email before Public-IP</command></screen>
234234
<para>

0 commit comments

Comments
 (0)