From e264ede3522b82c0192dc899207099c6fc381ee5 Mon Sep 17 00:00:00 2001 From: Martin Lees Date: Wed, 18 Dec 2019 23:02:14 +0100 Subject: [PATCH] Update manual.md --- docs/v2/manual.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/v2/manual.md b/docs/v2/manual.md index 39c1baf..48179e0 100644 --- a/docs/v2/manual.md +++ b/docs/v2/manual.md @@ -1188,6 +1188,12 @@ func main() { } ``` +In this example the flag could be used like so : + +`myapp --meeting 2019-08-12T15:04:05` + +side note : quotes may be necessary around the date depending on your layout (if you have spaces for instance) + #### Customization