[v0.91][ARM] Print manufacturing process from SoC information

This commit is contained in:
Dr-Noob
2020-11-26 10:51:44 +01:00
parent 20dbc3be27
commit 4c36e4c5e5
6 changed files with 19 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
#include "../arm/midr.h"
#endif
static const char* VERSION = "0.90";
static const char* VERSION = "0.91";
void print_help(char *argv[]) {
printf("Usage: %s [--version] [--help] [--debug] [--style \"fancy\"|\"retro\"|\"legacy\"] [--color \"intel\"|\"amd\"|'R,G,B:R,G,B:R,G,B:R,G,B']\n\n", argv[0]);