From 6464cf41c138606970f67c883a5bc83284e479bd Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 20 Sep 2024 07:35:50 +0100 Subject: [PATCH] docs: Fix demo help It gets pulled from the comment here: https://github.com/clap-rs/clap/blob/master/examples/demo.rs#L3 --- examples/demo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demo.md b/examples/demo.md index 772d98dca07..854b3f09d78 100644 --- a/examples/demo.md +++ b/examples/demo.md @@ -1,6 +1,6 @@ ```console $ demo --help -A simple to use, efficient, and full-featured Command Line Argument Parser +Simple program to greet a person Usage: demo[EXE] [OPTIONS] --name