* Usage() */
| 714 | * Usage() |
| 715 | */ |
| 716 | static void |
| 717 | Usage(const char *msg) |
| 718 | { |
| 719 | if (msg) |
| 720 | warnx("%s", msg); |
| 721 | fprintf(stderr, |
| 722 | #ifndef FSTACK |
| 723 | "usage: ngctl [-d] [-f file] [-n name] [command ...]\n"); |
| 724 | #else |
| 725 | "usage: ngctl -p <f-stack proc_id> [-d] [-f file] [-n name] [command ...]\n"); |
| 726 | |
| 727 | ff_ipc_exit(); |
| 728 | #endif |
| 729 | exit(EX_USAGE); |
| 730 | } |