X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.cpp;h=ce82ba33351f191f1055eae0a053c915247a2053;hb=a32de1c2e19b886050d73eb557bc8d0f4b892cff;hp=3a9f3d40eea213f64bb2ecb04c7ab1e21d8514f7;hpb=a40db37e1e681d397d4bfc6c893e15945c533b72;p=builder.git diff --git a/source/builder.cpp b/source/builder.cpp index 3a9f3d4..ce82ba3 100644 --- a/source/builder.cpp +++ b/source/builder.cpp @@ -503,6 +503,7 @@ void Builder::usage(const char *reason, const char *argv0, bool brief) IO::print(IO::cerr, "Usage: %s\n", usagemsg); else { + IO::print(IO::cerr, "Builder 1.0\n\n"); IO::print(IO::cerr, "Usage: %s [options] [ ...]\n\n", argv0); IO::print(IO::cerr, "Options:\n"); IO::print(IO::cerr, helpmsg);