From fc765c00d4447b5828b1e38500478806bea60b63 Mon Sep 17 00:00:00 2001 From: Tordarus Date: Fri, 20 Aug 2021 23:47:57 +0200 Subject: [PATCH] comments --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5aca092..3c429cb 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ var ( // format string with {0} as placeholders // {0} always matches the whole line // {1} and onwards match their respective sub groups - // You can optionall specify a printf-syntax for formatting like this: {1:%s} or {1:%02d} + // You can optionally specify a printf-syntax for formatting like this: {1:%s} or {1:%02d} // printf-syntax is currently supported for: strings, floats, integers output = flag.String("o", "{0}", "output pattern")