diff options
Diffstat (limited to 'examples/example-help')
| -rw-r--r-- | examples/example-help/page.toml | 2 |
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"] |
