Spelling fixes and grammar improvements
This commit is contained in:
parent
f4937fd8ef
commit
e9d1dbcce1
@ -26,12 +26,12 @@ let () =
|
|||||||
register_error_kind
|
register_error_kind
|
||||||
`Permanent
|
`Permanent
|
||||||
~id:"main.run.non_private_sandbox"
|
~id:"main.run.non_private_sandbox"
|
||||||
~title:"Fordidden public sandbox"
|
~title:"Forbidden public sandbox"
|
||||||
~description:"A sandboxed node should not listen on public address."
|
~description:"A sandboxed node should not listen on a public address."
|
||||||
~pp:begin fun ppf addr ->
|
~pp:begin fun ppf addr ->
|
||||||
Format.fprintf ppf
|
Format.fprintf ppf
|
||||||
"The node is configured to listen a public addres (%a), \
|
"The node is configured to listen on a public address (%a), \
|
||||||
while only 'private' network are authorised with `--sandbox`.
|
while only 'private' networks are authorised with `--sandbox`.
|
||||||
See `%s run --help` on how to change the listening address."
|
See `%s run --help` on how to change the listening address."
|
||||||
Ipaddr.V6.pp_hum addr Sys.argv.(0)
|
Ipaddr.V6.pp_hum addr Sys.argv.(0)
|
||||||
end
|
end
|
||||||
@ -249,7 +249,7 @@ module Term = struct
|
|||||||
let open Cmdliner in
|
let open Cmdliner in
|
||||||
let doc =
|
let doc =
|
||||||
"Run the daemon in sandbox mode. \
|
"Run the daemon in sandbox mode. \
|
||||||
P2P to non-localhost addressses are disabled, and constants of \
|
P2P to non-localhost addresses are disabled, and constants of \
|
||||||
the economic protocol can be altered with an optional JSON file. \
|
the economic protocol can be altered with an optional JSON file. \
|
||||||
$(b,IMPORTANT): Using sandbox mode affects the node state and \
|
$(b,IMPORTANT): Using sandbox mode affects the node state and \
|
||||||
subsequent runs of Tezos node must also use sandbox mode. \
|
subsequent runs of Tezos node must also use sandbox mode. \
|
||||||
@ -292,7 +292,7 @@ module Manpage = struct
|
|||||||
A $(b,*) can be used as a wildcard \
|
A $(b,*) can be used as a wildcard \
|
||||||
in sections, i.e. $(b, client* -> debug). \
|
in sections, i.e. $(b, client* -> debug). \
|
||||||
The rules are matched left to right, \
|
The rules are matched left to right, \
|
||||||
therefore the leftmost rule is the most prioritary one."
|
therefore the leftmost rule is highest priority ."
|
||||||
) ;
|
) ;
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user