Affected Version: 2.6-rc1
What steps will reproduce the problem?
Perform a fresh Gerrit install, using a command line: java -jar /path/to/gerrit-2.6-rc1.war init -d /path/to/gerrit/site
What is the expected output? What do you see instead?
In 2.5.2, I am promoted for
Database server type [H2/?]:
The 2.6-rc1, I am promoted for
Database server type [h2]:
Notice that in 2.6-rc1, the "?" is missing, This should be put back, it's a clue to the user that they can get a list of valid values by entering a question mark.
Also, this prompt in 2.6-rc1 is wrong:
Create '/path/to/gerrit/site' [Y/n]?
For consistency, it should be
Create '/path/to/gerrit/site' [Y/n]: