From 877c66c87d7c91908a38bd02725b6ee51842b23f Mon Sep 17 00:00:00 2001 From: Jimmi Holst Christensen Date: Thu, 15 Nov 2018 12:55:21 +0100 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index cb6a7b0..e9d1709 100644 --- a/README.md +++ b/README.md @@ -141,8 +141,8 @@ try clap.help( The `help` function is the simplest to call. It only takes an `OutStream` and a slice of `Param([]const u8)`. This function assumes that the id of each parameter is the help message. -The `clap.helpEx` is the generic version of `help`. It can print a help message for any -`Param`, but requires some extra arguments for it to work. +The `helpEx` is the generic version of `help`. It can print a help message for any +`Param`, but requires some extra arguments to work. ```rust fn getHelp(_: void, param: clap.Param(u8)) error{}![]const u8 { -- cgit v1.2.3