Skip to content

Commit 82c3587

Browse files
committed
Re-ordered flags by description order
1 parent 484eaa2 commit 82c3587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

remove-json-keys/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ remove-json-keys --keys=author -W
5757
Remove `appDesc` + `err_notFound` keys from JSON files found in `data` dir:
5858

5959
```bash
60-
remove-json-keys -d data -k appDesc,err_notFound -W
60+
remove-json-keys -k appDesc,err_notFound -d data -W
6161
```
6262

6363
## MIT License

0 commit comments

Comments
 (0)