aboutsummaryrefslogtreecommitdiff
path: root/examples/example-help/page.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-help/page.toml')
-rw-r--r--examples/example-help/page.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-help/page.toml b/examples/example-help/page.toml
index aa74e6e..94018c8 100644
--- a/examples/example-help/page.toml
+++ b/examples/example-help/page.toml
@@ -4,7 +4,7 @@ name = "Help"
icon = "💡"
category = "ux"
desc = """
-Example Help
+Shows how to use the `#[help]` attribute to provide custom per-command help text that activates when the user passes `--help`.
"""
tags = ["#[help]"]
files = ["src/main.rs", "Cargo.toml"]