denshoproject / ddr-cmdln

Command-line tools for automating the Densho Digital Repository's various processes.
Other
0 stars 2 forks source link

Edit --help for ddrindex publish #175

Open sarabeckman opened 4 years ago

sarabeckman commented 4 years ago

ddrindex publish --help currents reads: `Usage: ddrindex publish [OPTIONS] PATH

Post the document and its children to Elasticsearch

Options: -h, --hosts TEXT Elasticsearch hosts. -i, --index TEXT Elasticsearch index. -r, --recurse Publish documents under this one. -f, --force Publish regardless of status. --help Show this message and exit.`

the line -i --index TEXT Elasticsearch index. needs to be removed after the ES7 upgrade.