diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index bf1ade9..11e1989 100644 --- a/include/common.h +++ b/include/common.h @@ -215,7 +215,7 @@ simple_strtoX(strtoull, unsigned long long int) /* Simple version-printing for utils */ #define common_print_version() \ do { \ - printf("%s %s\n", PROGRAM_NAME, VERSION); \ + printf("%s (mtd-utils) %s\n", PROGRAM_NAME, VERSION); \ } while (0) #include "xalloc.h" |