Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [lttng-dev] [lttng-tools][Patch] Fix format + PACKAGE_URL for dynamic printing
@ 2014-02-25 18:04 Jonathan Rajotte
  2014-02-25 21:40 ` David Goulet
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Rajotte @ 2014-02-25 18:04 UTC (permalink / raw)


---
 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 bd88659..2b41b05 100644
--- a/src/bin/lttng/commands/version.c
+++ b/src/bin/lttng/commands/version.c
@@ -87,10 +87,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);
-- 
1.7.9.5


-- 
Jonathan Rajotte Julien
Charg? de laboratoire INF1995
Membre MD6
Polytechnique Montr?al



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-25 21:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-25 18:04 [lttng-dev] [lttng-tools][Patch] Fix format + PACKAGE_URL for dynamic printing Jonathan Rajotte
2014-02-25 21:40 ` David Goulet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox