| 373 | } |
| 374 | |
| 375 | ATTRNORETURN staticfn void |
| 376 | opt_usage(const char *hackdir) |
| 377 | { |
| 378 | #ifdef CHDIR |
| 379 | chdirx(hackdir, TRUE); |
| 380 | #else |
| 381 | nhUse(hackdir); |
| 382 | #endif |
| 383 | dlb_init(); |
| 384 | |
| 385 | genl_display_file(USAGEHELP, TRUE); |
| 386 | opt_terminate(); |
| 387 | } |
| 388 | /* show the sysconf file name, playground directory, run-time configuration |
| 389 | file name, dumplog file name if applicable, and some other things */ |
| 390 | ATTRNORETURN void |
no test coverage detected