hyperledger / fabric

Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
https://wiki.hyperledger.org/display/fabric
Apache License 2.0
15.67k stars 8.82k forks source link

Fix argument format for calculatepackageid command #4993

Closed satota2 closed 5 days ago

satota2 commented 5 days ago

Type of change

Description

This patch updates the argument format for calculatepackageid command, enclosing packageFile in square brankets to indicate that the specific file name should be put.

Additional details

Related issues

bestbeforetoday commented 3 days ago

Square brackets typically indicate that a parameter is optional. Is this the case here? Angle brackets are typically used for required parameters, for example: go mod <command> [arguments]