Skip to content

Commit c2c39e1

Browse files
authored
Update README.md
1 parent cd1ba7f commit c2c39e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Unfreezes all frozen indices in the cluster.
6464
**Usage**:
6565

6666
```bash
67-
python unfreeze_indices.py [--host <HOST>] [--username <USERNAME>] [--password <PASSWORD>] [--no-verify-certs]
67+
python unfreeze_indices.py [--host HOST] [--username USERNAME] [--password PASSWORD] [--no-verify-certs]
6868
```
6969

7070
### `reindex_elasticsearch.py`
@@ -74,7 +74,7 @@ Reindex a range of indexes in Elasticsearch.
7474
**Usage**:
7575

7676
```bash
77-
python reindex_elasticsearch.py [--host <HOST>] [--username <USERNAME>] [--password <PASSWORD>] --start-index <START_INDEX> --end-index <END_INDEX> [--alias ALIAS] [--no-verify-certs]
77+
python reindex_elasticsearch.py [--host HOST] [--username USERNAME] [--password PASSWORD] --start-index START_INDEX --end-index END_INDEX [--alias ALIAS] [--no-verify-certs]
7878
```
7979

8080
**Command-line arguments:**
@@ -120,4 +120,4 @@ We welcome contributions! Please follow these steps:
120120

121121
## License
122122

123-
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
123+
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)