From fc2400698a6d35bdaf776d1c66caec7ae342dfcb Mon Sep 17 00:00:00 2001 From: Steven De Coeyer Date: Sun, 31 May 2015 17:52:45 +0200 Subject: [PATCH] Add help info for -dev flag --- command/server.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/command/server.go b/command/server.go index 7047b79f42..119b667d61 100644 --- a/command/server.go +++ b/command/server.go @@ -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.