From 220ab7b8948f480b98f1b498cb94be46cb3ef38c Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Thu, 7 Nov 2019 13:16:40 +0100 Subject: [PATCH] tools/mesh-cfgclient: fix binaries and config name in README This patch fixes the mesh-cfgclient README file: - The configuration directory is meshcfg not mesh-cfgcli - The home directory is looked up using $HOME not using /home/$USER - The binary is called mesh-cfgclient, not mesh-config - The -c option takes a config file path, not the directory where the config file is stored. --- tools/mesh/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/mesh/README b/tools/mesh/README index 9362d8ff6..3830d1b17 100644 --- a/tools/mesh/README +++ b/tools/mesh/README @@ -25,11 +25,11 @@ that contains information about the current state of the configured mesh network. The default directory for mesh-cfgclient configuration file is -/home//.config/mesh-cfgcli +$HOME/.config/meshcfg -To specify a custom storage directory, run mesh-config tool as: +To specify a custom file, run mesh-cfgclient tool as: - meshctl -c + mesh-cfgclient -c If a configuration file is not found, it is assumed that a mesh network does not exist. In this case, the tool may be used to generate a new mesh -- 2.47.3