X-Git-Url: https://git.ti.com/gitweb?p=k3conf%2Fk3conf.git;a=blobdiff_plain;f=common%2Fhelp.c;h=130c358b7722d2466b434bc8f0a34016143568f2;hp=b33540588d58a44195686a962a556987254587a5;hb=276c7e6eeccfe1ee937554a626e0f8b691ccefe8;hpb=7f77e030f11ba8b1d633f8169487827ff24af75d diff --git a/common/help.c b/common/help.c index b335405..130c358 100644 --- a/common/help.c +++ b/common/help.c @@ -141,6 +141,19 @@ void help(help_category cat) printf("\n\tk3conf dump processor \n"); printf("\t Prints status of the given TISCI processors\n"); } + if ((cat == HELP_ALL) || (cat == HELP_DUMP) || + (cat == HELP_DUMP_RM)) { + printf("\n\tk3conf dump rm [OPTIONS]\n"); + printf("\t Prints resource allocation for all utypes / hosts\n"); + printf("\n\tk3conf dump rm [OPTIONS] \n"); + printf("\t Prints resource allocation for corresponding type\n"); + printf("\n\tk3conf dump rm [OPTIONS] \n"); + printf("\t Prints resource allocation for corresponding device/type\n"); + printf("\t \n"); + printf("\t [OPTIONS]\n"); + printf("\t -h \n"); + printf("\t Filter only for corresponding host_id\n"); + } if ((cat == HELP_ALL) || (cat == HELP_ENABLE) || (cat == HELP_ENABLE_DEVICE)) { printf("\n\tk3conf enable device \n");