aboutsummaryrefslogtreecommitdiff
path: root/docs/pages/10-help.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pages/10-help.md')
-rw-r--r--docs/pages/10-help.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/pages/10-help.md b/docs/pages/10-help.md
index d9cc557..3d4b3b8 100644
--- a/docs/pages/10-help.md
+++ b/docs/pages/10-help.md
@@ -55,7 +55,6 @@ For `--help` to work properly, add `BasicProgramSetup` in `main`:
fn main() {
let mut program = ThisProgram::new();
program.with_setup(BasicProgramSetup);
- program.with_dispatcher(CMDGreet);
program.exec_and_exit();
}
```