X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fversion.c;fp=src%2Fbin%2Flttng%2Fcommands%2Fversion.c;h=7f69de3dd19a9a1ac438c455ee2231c628c5a93d;hp=0b90fa172951efe87d11654b6394a82ce7b86ffc;hb=d5056ef206fdb89bbab64202d6b5c4b1811ae9e6;hpb=1b500e7ab6676535ce092106bf4f97929fc2dd54 diff --git a/src/bin/lttng/commands/version.c b/src/bin/lttng/commands/version.c index 0b90fa172..7f69de3dd 100644 --- a/src/bin/lttng/commands/version.c +++ b/src/bin/lttng/commands/version.c @@ -78,10 +78,10 @@ int cmd_version(int argc, const char **argv) } } - MSG("LTTng version " VERSION " - " VERSION_NAME); + MSG("lttng version " VERSION " - " VERSION_NAME); MSG("\n" VERSION_DESCRIPTION "\n"); - MSG("Web site: " PACKAGE_URL "\n"); - MSG("LTTng is free software and under the GPL license and part LGPL"); + MSG("Web site: http://lttng.org"); + MSG("\nlttng is free software and under the GPL license and part LGPL"); end: poptFreeContext(pc);