Merge pull request #278 from Zhann/feature/add_dev_to_server_options_help

Add help info for -dev flag
This commit is contained in:
Armon Dadgar 2015-06-01 13:08:50 +02:00
commit 3f9a3a5811

View file

@ -409,6 +409,10 @@ General Options:
specified multiple times. If it is a directory, all
files with a ".hcl" or ".json" suffix will be loaded.
-dev Enables Dev mode. In this mode, Vault is completely
in-memory and unsealed. Do not run the Dev server in
production!
-log-level=info Log verbosity. Defaults to "info", will be outputted
to stderr.