]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - k3conf/k3conf.git/blobdiff - common/help.c
cmd: cpuinfo: Add support for printing cpuinfo
[k3conf/k3conf.git] / common / help.c
index 9224f982fe90e7f29408b2aa2bfe90cc36665f30..e1bbfed5280bcefef49ae870de7d786fd840f77e 100644 (file)
@@ -49,7 +49,7 @@ void help(help_category cat)
                printf("\tk3conf - TI K3 Configuration Diagnostic Tool\n");
 
                printf("\nSYNOPSIS\n");
-               printf("\tk3conf [--version] [--help] <command> [<args>]\n");
+               printf("\tk3conf [--version] [--help] [--cpuinfo] <command> [<args>]\n");
                if (cat == HELP_USAGE)
                        printf("\n\tSee 'k3conf --help' for more information.\n\n");
        }
@@ -73,6 +73,9 @@ void help(help_category cat)
 
                printf("\n\t--version\n");
                printf("\t    Print k3conf version.\n");
+
+               printf("\n\t--cpuinfo\n");
+               printf("\t    Print the host processor information.\n");
        }
 
        if (cat != HELP_USAGE)