* Display the usage message and then exit with an error code. */
| 677 | * Display the usage message and then exit with an error code. |
| 678 | */ |
| 679 | void usage() { |
| 680 | fprintf(stderr, "Usage: thrift [options] file\n\n"); |
| 681 | fprintf(stderr, "Use thrift -help for a list of options\n"); |
| 682 | exit(1); |
| 683 | } |
| 684 | |
| 685 | /** |
| 686 | * Diplays the help message and then exits with an error code. |