From bc5ce7e80d67192105260568b97618926558779f Mon Sep 17 00:00:00 2001 From: Kim Biesbjerg Date: Thu, 30 Mar 2017 14:42:03 +0200 Subject: [PATCH] Add marker argument to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0e24a5b..f724e6e 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ Options: --output, -o Paths where you would like to save extracted strings. You can use path expansion, glob patterns and multiple paths [array] [required] + --marker, -m Extract strings passed to a marker function + [string] [default: false] --format, -f Output format [string] [choices: "json", "namespaced-json", "pot"] [default: "json"] --format-indentation, --fi Output format indentation [string] [default: "\t"]