From 0a48246eb59db05f8e9d5071e147ad304e2d5c44 Mon Sep 17 00:00:00 2001 From: Juan Eugenio Abadie Date: Thu, 10 Oct 2019 12:04:21 -0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 780bf77..9341bc5 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ auto cli ``` `Opt`s specify options that start with a short dash (`-`) or long dash (`--`). -On Windows forward slashes are also accepted (and automatically interpretted as a short dash). +On Windows forward slashes are also accepted (and automatically interpreted as a short dash). Options can be argument taking (such as `-w 42`), in which case the `Opt` takes a second argument - a hint, or they are pure flags (such as `-d`), in which case the `Opt` has only one argument - which must be a boolean. The option names are provided in one or more sets of square brackets, and a description string can