Fix: format + PACKAGE_URL for dynamic printing
authorJonathan Rajotte <jonathan.r.julien@gmail.com>
Tue, 25 Feb 2014 18:04:17 +0000 (13:04 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 25 Feb 2014 21:39:43 +0000 (16:39 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng/commands/version.c

index 7f69de3dd19a9a1ac438c455ee2231c628c5a93d..0b90fa172951efe87d11654b6394a82ce7b86ffc 100644 (file)
@@ -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);
This page took 0.025659 seconds and 4 git commands to generate.