MCPcopy Index your code
hub / github.com/F-Stack/f-stack / Usage

Function Usage

tools/ngctl/main.c:716–730  ·  view source on GitHub ↗

* Usage() */

Source from the content-addressed store, hash-verified

714 * Usage()
715 */
716static void
717Usage(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}

Callers 1

main.cFile · 0.70

Calls 1

ff_ipc_exitFunction · 0.85

Tested by

no test coverage detected