doc: fix "Repeat" typo in protocol.xml
The attribute value must be lower case: <arg rep="repeat">
This commit is contained in:
parent
a3fd74d0dc
commit
a3d0e571cc
|
@ -17,7 +17,7 @@
|
|||
|
||||
<cmdsynopsis>
|
||||
<command>COMMAND</command>
|
||||
<arg rep="Repeat"><replaceable>ARG</replaceable></arg>
|
||||
<arg rep="repeat"><replaceable>ARG</replaceable></arg>
|
||||
</cmdsynopsis>
|
||||
|
||||
<para>
|
||||
|
|
Loading…
Reference in New Issue