Skip to content

Commit

Permalink
fix convert -i option in README.md #505
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuhic authored and mledoze committed Oct 19, 2023
1 parent c8740c3 commit b432102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b432102

Please sign in to comment.