From bbc3711277dca5e52904f4cb7b740cb2119c2c3b Mon Sep 17 00:00:00 2001 From: jmmunoz-kolokium <128034904+jmmunoz-kolokium@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:23:41 +0200 Subject: [PATCH] doc: Update peer command help to add package file argument The help information for this command is missing the package file parameter which should come after the word "install" Signed-off-by: jmmunoz-kolokium <128034904+jmmunoz-kolokium@users.noreply.github.com> --- docs/source/commands/peerlifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/commands/peerlifecycle.md b/docs/source/commands/peerlifecycle.md index 8eaae224cdf..6243be6e391 100644 --- a/docs/source/commands/peerlifecycle.md +++ b/docs/source/commands/peerlifecycle.md @@ -116,7 +116,7 @@ Global Flags: Install a chaincode on a peer. Usage: - peer lifecycle chaincode install [flags] + peer lifecycle chaincode install [packageFiles] [flags] Flags: --connectionProfile string The fully qualified path to the connection profile that provides the necessary connection information for the network. Note: currently only supported for providing peer connection information