Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed Nov 1, 2023
1 parent d6b5ed4 commit f630dc8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ public void help() {
" * The 'url' property is the complete base URL to the Registry OpenSearch endpoint or Search API, e.g. 'https://my-registry.es.amazonaws.com/_search', and " +
" * The 'credentials' is the path to:" +
" * Harvest config file containing the necessary Registry OpenSearch authorization" +
" <registry url=\"http://localhost:9200\" index=\"registry\" auth=\"/path/to/auth.cfg\" />"
" <registry url=\"http://localhost:9200\" index=\"registry\" auth=\"/path/to/auth.cfg\" />" +
" * Java Properties file with a 'user' and 'password' specified, for example: " +
" user=janedoe"
" password=mypassword\n\n"
" user=janedoe" +
" password=mypassword\n\n",
true);
}

Expand Down

0 comments on commit f630dc8

Please sign in to comment.