mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Merge "[FAB-5603] fixed missing f option on switch"
This commit is contained in:
commit
6e096791ef
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ CHANNEL_NAME="mychannel"
|
|||
COMPOSE_FILE=docker-compose-cli.yaml
|
||||
|
||||
# Parse commandline args
|
||||
while getopts "h?m:c:t:d:" opt; do
|
||||
while getopts "h?m:c:t:d:f:" opt; do
|
||||
case "$opt" in
|
||||
h|\?)
|
||||
printHelp
|
||||
|
|
|
|||
Loading…
Reference in a new issue