Update to 2.0.12
This commit is contained in:
parent
55e86b6882
commit
eef0f451ae
4
main.c
4
main.c
@ -15,13 +15,13 @@
|
|||||||
#include "lint.h"
|
#include "lint.h"
|
||||||
|
|
||||||
int debug = 0;
|
int debug = 0;
|
||||||
const char *version = "2.0.11";
|
const char *version = "2.0.12";
|
||||||
unsigned long sysopts = 0;
|
unsigned long sysopts = 0;
|
||||||
|
|
||||||
int
|
int
|
||||||
syntax()
|
syntax()
|
||||||
{
|
{
|
||||||
fprintf(stderr, "Humax HMT Tool v%s, by af123, 2011-2022.\n\n",
|
fprintf(stderr, "Humax HMT Tool v%s, by af123, 2011-2024.\n\n",
|
||||||
version);
|
version);
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"Syntax: hmt [command] <filename> [filename] ...\n");
|
"Syntax: hmt [command] <filename> [filename] ...\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user