Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp935090ybx; Thu, 7 Nov 2019 04:56:59 -0800 (PST) X-Google-Smtp-Source: APXvYqzalT02E8QMA5NSz0JwwNL+kE3sCJTigqmYtTnjPhGpQ3z2QA9CXqpcKxfz4FSFG+5W5/sg X-Received: by 2002:a17:906:3ec2:: with SMTP id d2mr2869142ejj.251.1573131419002; Thu, 07 Nov 2019 04:56:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573131418; cv=none; d=google.com; s=arc-20160816; b=N9WuddrghFxGqGtMNPSmSbAV9S9yveGEzPYKsW4rB1HzN147+aYX9OWnfxRWS17LeT 392h+LZxTmjSoU3k9cScOU3CK7lisj4oPH0YjYriiBMrQGaAcmvrJ3TfLIfFGRTmri7H W8pa/RAJPikvvi2cbSsrXYvmHWXLhl2fePvFAECR6HxtTZCf2ppW81sE8LNb/XAYgUid UEIsLZF8kA3S2lu19n/tvUl6kILaZqpp4na0CMZf1xeEi23fXinjrDwzqLyXkMx55bHE L1M+sR4M6YHVGlKZU/e2g7cNRXEed+esdJ79pdamL44qfX+uN1wSViey6k1YGARpRFU7 +7sA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=q8JMXspG4XKkbdqr3lrIAXSH2Z1QQCagYyU3xfzzFJA=; b=dSdngvd59VbVY1qDa7pb9ArBq+TDwS1pieyBzW52oFn+BHJ/ofyqUYYh38p09JJ+QU coAuJJc44yUWn5QPscGwmGmFwEVQXAX1hKXDo5D2Ko6SrkBq9WdXL13qVgqNavsYT0YR hYP1hDd3ifl4tm0KiQ1/tnYO7Ys8uSsw/BSbHkzJGfsyMLaJRWFIA9f63LGStDJ30c8G iZy1PW3j9bYALSBQMerW+uKz9NQsndHOqADTSBTGBl3J7DdC7LZ0hGm8t+AeimVr0eeA giYddO6x+AHDX4gOW2ZVdHMRrYja1hOFCNNN99yY0pulXzVdsT44EmN7ShmFXz0qAmKk rOSQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d6si1428235eda.262.2019.11.07.04.56.22; Thu, 07 Nov 2019 04:56:58 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388574AbfKGMze (ORCPT + 99 others); Thu, 7 Nov 2019 07:55:34 -0500 Received: from hall.aurel32.net ([195.154.113.88]:41330 "EHLO hall.aurel32.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388378AbfKGMze (ORCPT ); Thu, 7 Nov 2019 07:55:34 -0500 X-Greylist: delayed 2328 seconds by postgrey-1.27 at vger.kernel.org; Thu, 07 Nov 2019 07:55:34 EST Received: from [2a01:e35:2fdd:a4e1:fe91:fc89:bc43:b814] (helo=ohm.rr44.fr) by hall.aurel32.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iSgiU-0001S4-0a; Thu, 07 Nov 2019 13:16:46 +0100 Received: from aurel32 by ohm.rr44.fr with local (Exim 4.92.3) (envelope-from ) id 1iSgiT-0006vr-Ld; Thu, 07 Nov 2019 13:16:45 +0100 From: Aurelien Jarno To: linux-bluetooth@vger.kernel.org Cc: Aurelien Jarno Subject: [PATCH BlueZ] tools/mesh-cfgclient: fix binaries and config name in README Date: Thu, 7 Nov 2019 13:16:40 +0100 Message-Id: <20191107121640.26600-1-aurelien@aurel32.net> X-Mailer: git-send-email 2.24.0.rc1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org 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.24.0.rc1