From 9e823c7dfb87423c59484a07cc3701e69db32479 Mon Sep 17 00:00:00 2001 From: Vincent Bernardoff Date: Fri, 3 Mar 2017 10:28:15 +0100 Subject: [PATCH] typo --- src/node/main/node_config_command.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/node/main/node_config_command.ml b/src/node/main/node_config_command.ml index 2d328f697..f820d14cd 100644 --- a/src/node/main/node_config_command.ml +++ b/src/node/main/node_config_command.ml @@ -83,7 +83,7 @@ module Term = struct let open Cmdliner.Arg in let doc = "Operation to perform. \ - Possible values: $(b,show), $(b,reset), $(b,init), $(b,save)." in + Possible values: $(b,show), $(b,reset), $(b,init), $(b,update)." in value & pos 0 (parser, printer) Show & info [] ~docv:"OPERATION" ~doc let term = @@ -118,7 +118,7 @@ module Manpage = struct `P "$(b,init) is like reset but assumes that \ no configuration file is present, \ and will abort other otherwise." ; - `P "$(b,save) is the main option to edit the configuration file of Tezos. \ + `P "$(b,update) is the main option to edit the configuration file of Tezos. \ It will parse command line arguments and add or replace corresponding \ entries in the Tezos configuration file." ]