diff --git a/first-network/byfn.sh b/first-network/byfn.sh index d2d2af517c..535bbf94c5 100755 --- a/first-network/byfn.sh +++ b/first-network/byfn.sh @@ -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