示例#1
0
static void help()
{
    fprintf(stderr, "Usage: ethctl <interface> <command> [arguments...]\n\n");
    fprintf(stderr, "commands:\n");
    command_helpall();
}
示例#2
0
static void help()
{
	printf("Usage: brctl [commands]\n");
	printf("commands:\n");
	command_helpall();
}