Esempio n. 1
0
File: main.c Progetto: bruceg/bglibs
void usage(int exit_value, const char* errorstr)
{
  if(errorstr)
    error1(errorstr);
  show_usage();
  cli_show_help();
  obuf_flush(&outbuf);
  exit(exit_value);
}
Esempio n. 2
0
static int ippool_act_help(struct cli_node *node, int argc, char *argv[], int *arg_num)
{
	cli_show_help();
	return 0;
}