diff options
author | David Garcia Quintas <dgq@google.com> | 2015-12-03 13:19:41 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2015-12-03 13:19:41 -0800 |
commit | 886b7d19bafbb61e84141e66a040da8c27781c44 (patch) | |
tree | 5b9ff028685e3765d5adb94829db5fc5a0743ffa /tools/codegen | |
parent | 011e79a271d31de91b0f96d355af0ec4990a5000 (diff) |
Added example to gen_load_balancing_proto.sh
Diffstat (limited to 'tools/codegen')
-rwxr-xr-x | tools/codegen/core/gen_load_balancing_proto.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/codegen/core/gen_load_balancing_proto.sh b/tools/codegen/core/gen_load_balancing_proto.sh index 7dd1470b19..20fddf14f3 100755 --- a/tools/codegen/core/gen_load_balancing_proto.sh +++ b/tools/codegen/core/gen_load_balancing_proto.sh @@ -1,4 +1,8 @@ #!/bin/bash +# +# Example usage: +# tools/codegen/core/gen_load_balancing_proto.sh \ +# src/core/client_config/lb_policies/proto/load_balancer.proto if [ $# -eq 0 ]; then echo "Usage: $0 <load_balancer.proto>" |