From 9e1ec0c159cb729b2b1dc6854d71842fe61b65e8 Mon Sep 17 00:00:00 2001 From: Milo Davis Date: Mon, 10 Jul 2017 12:32:07 +0200 Subject: [PATCH] Doc: fixes incorrect usage example --- src/node/main/node_run_command.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/main/node_run_command.ml b/src/node/main/node_run_command.ml index 22ac4f83d..12bee3864 100644 --- a/src/node/main/node_run_command.ml +++ b/src/node/main/node_run_command.ml @@ -262,7 +262,7 @@ module Manpage = struct `S "EXAMPLES" ; `I ("$(b,Run in sandbox mode listening to RPC commands \ at localhost port 8732)", - "$(mname) run --sandbox --base-dir /custom/data/dir \ + "$(mname) run --sandbox --data-dir /custom/data/dir \ --rpc-addr localhost:8732" ) ; `I ("$(b,Run a node that accepts network connections)", "$(mname) run" ) ;