[v0.96] Fix AMD ASCII art. Add third digit in frequency output

This commit is contained in:
Dr-Noob
2021-03-31 11:03:54 +02:00
parent 2f61ebd35a
commit 8abbd8f69f
3 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@
#include "../arm/midr.h"
#endif
static const char* VERSION = "0.95";
static const char* VERSION = "0.96";
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]);