diff --git a/src/libs/protocols/hack/update-generated-proto.sh b/src/libs/protocols/hack/update-generated-proto.sh index cbb78a3a08..a1905248df 100755 --- a/src/libs/protocols/hack/update-generated-proto.sh +++ b/src/libs/protocols/hack/update-generated-proto.sh @@ -29,12 +29,12 @@ show_succeed_msg() { show_usage() { echo "====================================================================" echo "" - echo " USAGE: make PROTO_FILE= generate-protocols" + echo " USAGE: generate-protocols " echo "" - echo " Where PROTO_FILE may be:" + echo " Where the first argument could be:" echo " all: will compile all protocol buffer files" echo "" - echo " Or compile individually by using the exact proto file:" + echo " Or compile individually by using the exact proto file:" # iterate over proto files for file in "$@"