From 3a63638cd7036fdc8b9d7785bafa3a35f4c5492c Mon Sep 17 00:00:00 2001 From: James Phillips Date: Sat, 19 Nov 2016 18:16:57 -0800 Subject: [PATCH] Tweaks local option name. --- website/source/docs/commands/snapshot/agent.html.markdown.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/snapshot/agent.html.markdown.erb b/website/source/docs/commands/snapshot/agent.html.markdown.erb index c5f50338ea..5c4df64e5f 100644 --- a/website/source/docs/commands/snapshot/agent.html.markdown.erb +++ b/website/source/docs/commands/snapshot/agent.html.markdown.erb @@ -109,7 +109,7 @@ Usage: `consul snapshot agent [options]` #### Local Storage Options -* `-snapshot-path` - Location to store snapshots locally. The default behavior +* `-local-path` - Location to store snapshots locally. The default behavior of the snapshot agent is to store snapshots locally in this directory. Defaults to "." to use the current working directory. If an alternate storage option is configured, then local storage will be disabled and this option will be ignored.