Skip to content

Commit

Permalink
registrar docs: Clarify that save/lookup flags are CSVs
Browse files Browse the repository at this point in the history
(cherry picked from commit 9357cd4)
  • Loading branch information
liviuchircu committed Mar 27, 2024
1 parent de6fcb6 commit 7b37bdd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion lib/reg/doc/lookup_flags.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<para><emphasis>flags (string, optional)</emphasis></para>
<para><emphasis>flags (string, optional) - string composed of one or more of
the following flags, comma-separated:</emphasis></para>

<itemizedlist>
<listitem>
Expand Down
4 changes: 2 additions & 2 deletions modules/mid_registrar/doc/mid_registrar_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -859,8 +859,8 @@ modparam("mid_registrar", "gruu_secret", "my_secret")
</listitem>
<listitem>
<para>
<emphasis>flags</emphasis> (string, optional) - string of
the following flags:
<emphasis>flags</emphasis> (string, optional) - string composed of
one or more of the following flags, comma-separated:
</para>
<itemizedlist>
&save_common_flags;
Expand Down
4 changes: 2 additions & 2 deletions modules/registrar/doc/registrar_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ modparam("registrar", "disable_gruu", 0)
</listitem>
<listitem>
<para>
<emphasis>flags (string, optional)</emphasis> - string of
the following flags:
<emphasis>flags (string, optional)</emphasis> - string composed of
one or more of the following flags, comma-separated:
</para>
<itemizedlist>
&save_common_flags;
Expand Down

0 comments on commit 7b37bdd

Please sign in to comment.