diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/options.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c index 469115e..627c7da 100644 --- a/src/options.c +++ b/src/options.c @@ -805,6 +805,10 @@ static void show_version(void) "exif " #endif +#ifdef INCLUDE_HELP + "help " +#endif + #if _FILE_OFFSET_BITS == 64 "stat64 " #endif |