From c19cb1ec29359a2f63f32753c54b837cb6998187 Mon Sep 17 00:00:00 2001 From: Maxim Thomas <maxim.thomas@gmail.com> Date: Tue, 01 Oct 2024 09:20:54 +0000 Subject: [PATCH] Generate man pages in the AsciiDoc format (#418) --- opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties b/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties index b469dbb..ea5ff6b 100644 --- a/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties +++ b/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties @@ -448,14 +448,14 @@ # Strings for generated reference documentation. REF_TITLE_DESCRIPTION=Description REF_TITLE_OPTIONS=Options -REF_INTRO_OPTIONS=The <command>%s</command> command takes the following options: +REF_INTRO_OPTIONS=The `%s` command takes the following options: REF_DEFAULT=Default: %s REF_TITLE_SUBCOMMANDS=Subcommands -REF_INTRO_SUBCOMMANDS=The <command>%s</command> command supports the following subcommands: +REF_INTRO_SUBCOMMANDS=The `%s` command supports the following subcommands: REF_PART_TITLE_SUBCOMMANDS=%s Subcommands Reference -REF_PART_INTRO_SUBCOMMANDS=This section covers <command>%s</command> subcommands. -REF_DEFAULT_BACKEND_TYPE=Default: <literal>je</literal> for standard edition, \ - <literal>pdb</literal> for OEM edition. +REF_PART_INTRO_SUBCOMMANDS=This section covers `%s` subcommands. +REF_DEFAULT_BACKEND_TYPE=Default: `je` for standard edition, \ + `pdb` for OEM edition. # Supplements to descriptions for generated reference documentation. -SUPPLEMENT_DESCRIPTION_CONTROLS=<xinclude:include href="variablelist-ldap-controls.xml" /> +SUPPLEMENT_DESCRIPTION_CONTROLS=include::./_variablelist-ldap-controls.adoc[] -- Gitblit v1.10.0