mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-21 09:05:10 +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
|
COMPOSE_FILE=docker-compose-cli.yaml
|
||||||
|
|
||||||
# Parse commandline args
|
# 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
|
case "$opt" in
|
||||||
h|\?)
|
h|\?)
|
||||||
printHelp
|
printHelp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue