Doc: fixes incorrect usage example

This commit is contained in:
Milo Davis 2017-07-10 12:32:07 +02:00 committed by Benjamin Canou
parent 2e3d664069
commit 9e1ec0c159

View File

@ -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" ) ;