From b4321025de4f11209218e0ab37f360c96df9709b Mon Sep 17 00:00:00 2001 From: yuuhic <4649.yuuhic@gmail.com> Date: Tue, 17 Oct 2023 16:43:57 +0900 Subject: [PATCH] fix convert -i option in README.md #505 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d24ea067..d2983e82 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ If you prefer to include only some fields (this can not be combined with `--excl php countries.php convert --include-field=name --include-field=area # or using the shorter `-i` syntax: -php countries.php convert -i=name -i=area +php countries.php convert -i name -i area ``` The generated files are put into the `dist` directory, but you can change this to another existing directory: