Skip to content

Commit f0f15d8

Browse files
committed
Added missing dashes
1 parent d0053e8 commit f0f15d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

remove-json-keys/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Options can be set by using command-line arguments:
4343
| ---------------------- | ------------------------------------------------------------------------------- | -----------------------------
4444
| `-d`, `--json-dir` | Name of the folder containing JSON files (default: `_locales`) | `--json-dir=data`
4545
| `-k`, `--keys` | Comma-separated list of keys to remove | `--keys=app_DESC,err_NOT_FOUND`
46-
| `config` | Use custom config file | `--config=path/to/file`
46+
| `--config` | Use custom config file | `--config=path/to/file`
4747
| `init`, `-i`, `--init` | Create .remove-json.config.json5 in project root to store default settings |
4848
| `-n`, `--no-wizard` | Skip interactive prompts during start-up |
4949
| `-h`, `--help` | Show help screen |

translate-messages/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Options can be set by using command-line arguments:
4747
| `--exclude-langs` | Comma-separated list of languages to exclude | `--exclude-langs=es,zh`
4848
| `--exclude-keys` | Comma-separated list of keys to ignore | `--exclude-keys=app_NAME,author`
4949
| `--only-stable` | Only use stable locales (skip auto-discovery) |
50-
| `config` | Use custom config file | `--config=path/to/file`
50+
| `--config` | Use custom config file | `--config=path/to/file`
5151
| `init`, `-i`, `--init` | Create `.translate-msgs.config.json5` in project root to store default options |
5252
| `-f`, `--force` | Force overwrite of existing config file when using `init` |
5353
| `-n`, `--no-wizard` | Skip interactive prompts during start-up |

0 commit comments

Comments
 (0)