diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 01:58:56 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 01:58:56 +0100 |
commit | 259ed9644d1788d33c7d7532f94ebd4e1d123edb (patch) | |
tree | a019183e37764775e717f29aeb609561c5016a27 /src/version/version.c | |
parent | c07c888321eab17620bdb0451b04db99ee1b6431 (diff) |
Relocate version.txt, leave a copy in old place for a while for upgrades to work
Diffstat (limited to 'src/version/version.c')
-rw-r--r-- | src/version/version.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/version/version.c b/src/version/version.c index 202f2bd2..3c1e44cc 100644 --- a/src/version/version.c +++ b/src/version/version.c @@ -113,7 +113,8 @@ main (int argc, char *argv[]) else if (!strcmp (argv[1], "-v")) /* version.txt */ { printf ("%s", PACKAGE_VERSION); - } else + } + else { printf ("usage:\n\t-a\thexchat.iss/AppVerName\n\t-i\thexchat.iss/VersionInfoVersion\n\t-o\thexchat.iss/OutputBaseFilename\n\t-r\thexchat.rc/FILEVERSION, PRODUCTVERSION\n\t-v\thexchat.iss/AppVersion\n"); } |