diff options
Diffstat (limited to 'perf/tinycc.c')
-rw-r--r-- | perf/tinycc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/tinycc.c b/perf/tinycc.c index c71abba8..51da47a8 100644 --- a/perf/tinycc.c +++ b/perf/tinycc.c @@ -21284,7 +21284,7 @@ static int64_t getclock_us(void) void help(void) { - printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2009 Fabrice Bellard\n" + printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2010 Fabrice Bellard\n" "usage: tcc [-v] [-c] [-o outfile] [-Bdir] [-bench] [-Idir] [-Dsym[=val]] [-Usym]\n" " [-Wwarn] [-g] [-b] [-bt N] [-Ldir] [-llib] [-shared] [-static]\n" " [infile1 infile2...] [-run infile args...]\n" |