diff --git a/docs/examples/complex-app-custom.md b/docs/examples/complex-app-custom.md index bdb1fa9..5611c75 100644 --- a/docs/examples/complex-app-custom.md +++ b/docs/examples/complex-app-custom.md @@ -2,12 +2,6 @@ This document contains the help content for the `complex-app` command-line program. -**Command Overview:** - -* [`complex-app`↴](#complex-app) -* [`complex-app test`↴](#complex-app-test) -* [`complex-app only-hidden-options`↴](#complex-app-only-hidden-options) - ## `complex-app` An example command-line tool diff --git a/docs/examples/complex-app.md b/docs/examples/complex-app.md index 3c10be6..5df7099 100644 --- a/docs/examples/complex-app.md +++ b/docs/examples/complex-app.md @@ -1,4 +1,4 @@ -# Command-Line Help for `complex-app` +# Command-Line Help for complex-app This document contains the help content for the `complex-app` command-line program. diff --git a/tests/test_markdown.rs b/tests/test_markdown.rs index e724775..39caeac 100644 --- a/tests/test_markdown.rs +++ b/tests/test_markdown.rs @@ -56,13 +56,13 @@ Options: "\ # Command-Line Help for my-program-display-name -This document contains the help content for the `my-program-name` command-line program. +This document contains the help content for the `my-program-display-name` command-line program. **Command Overview:** -* [`my-program-name`↴](#my-program-name) +* [`my-program-display-name`↴](#my-program-display-name) -## `my-program-name` +## `my-program-display-name` This program does things. @@ -131,13 +131,13 @@ Options: "\ # Command-Line Help for my-program-display-name -This document contains the help content for the `my-program-name` command-line program. +This document contains the help content for the `my-program-display-name` command-line program. **Command Overview:** -* [`my-program-name`↴](#my-program-name) +* [`my-program-display-name`↴](#my-program-display-name) -## `my-program-name` +## `my-program-display-name` This program does things.