File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments