diff options
Diffstat (limited to 'docs/modules/cli')
| -rw-r--r-- | docs/modules/cli/nav.adoc | 4 | ||||
| -rw-r--r-- | docs/modules/cli/pages/index.adoc | 2 | ||||
| -rw-r--r-- | docs/modules/cli/pages/options.adoc | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/docs/modules/cli/nav.adoc b/docs/modules/cli/nav.adoc index ca384ab0..f2e0cb5a 100644 --- a/docs/modules/cli/nav.adoc +++ b/docs/modules/cli/nav.adoc @@ -1,7 +1,7 @@ * xref:index.adoc[] +** xref:man1/asciidoctor.1.adoc[] ** xref:output-file.adoc[] ** xref:process-multiple-files.adoc[] ** xref:io-piping.adoc[] ** xref:set-safe-mode.adoc[] -** xref:options.adoc[] -** xref:man1/asciidoctor.1.adoc[] +** xref:man1/asciidoctor.1.adoc#options[CLI Options] diff --git a/docs/modules/cli/pages/index.adoc b/docs/modules/cli/pages/index.adoc index d2b7dab9..79f492c0 100644 --- a/docs/modules/cli/pages/index.adoc +++ b/docs/modules/cli/pages/index.adoc @@ -26,7 +26,7 @@ To invoke Asciidoctor from the CLI and convert an `.adoc` file, execute: This will use the built-in defaults for options and create a new file in the same directory as the input file, with the same base name, but with the `.html` extension. -The xref:options.adoc[] describes the available Asciidoctor CLI options and parameters. +xref:man1/asciidoctor.1.adoc#options[CLI Options] describes the available options and parameters for the Asciidoctor CLI. You can output the usage for the `asciidoctor` command by appending the `--help` option: diff --git a/docs/modules/cli/pages/options.adoc b/docs/modules/cli/pages/options.adoc index 4f2bc185..e87f3355 100644 --- a/docs/modules/cli/pages/options.adoc +++ b/docs/modules/cli/pages/options.adoc @@ -1,4 +1,3 @@ = CLI Options -// um anchor: appendix#cli-options -include::partial$man-asciidoctor.adoc[tag=options,leveloffset=-1] +See xref:man1/asciidoctor.1.adoc#options[`asciidoctor` options]. |
