OpenSearch/docs
Tim Vernum 5eac9fd1a4 [DOCS] Improve docs for "--pass" option in certutil (elastic/x-pack-elasticsearch#4352)
The handling of the "--pass" option has complex rules due to the
different requirements of different output formats, and the way
joptsimple handles specs with optional arguments.

A standard unix shell will parse
    certutil --pass=""
as being identical to
    certutil --pass=
and joptsimple treats that as being "no argument", i.e. the same as
    certutil --pass

The only way to pass a blank password is
    certutil --pass ""
(though this is shell dependent)

Original commit: elastic/x-pack-elasticsearch@bc09d0f298
2018-04-17 11:05:09 +10:00
..
en [DOCS] Improve docs for "--pass" option in certutil (elastic/x-pack-elasticsearch#4352) 2018-04-17 11:05:09 +10:00
src/test/java/org/elasticsearch/smoketest Watcher: Refactor/Fix TransportWatcherServiceAction (elastic/x-pack-elasticsearch#4240) 2018-04-05 09:33:28 +02:00
build.gradle [Rollup] Document type should be _doc (elastic/x-pack-elasticsearch#4363) 2018-04-16 10:52:13 -07:00