From 9afbd878f072d5e0577811acf1d3340f65cf2e26 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Tue, 25 Feb 2014 13:04:17 -0500 Subject: [PATCH] Fix: format + PACKAGE_URL for dynamic printing Signed-off-by: David Goulet --- src/bin/lttng/commands/version.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/lttng/commands/version.c b/src/bin/lttng/commands/version.c index 7f69de3dd..0b90fa172 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: http://lttng.org"); - MSG("\nlttng is free software and under the GPL license and part LGPL"); + MSG("Web site: " PACKAGE_URL "\n"); + MSG("LTTng is free software and under the GPL license and part LGPL"); end: poptFreeContext(pc); -- 2.34.1