projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1b500e7
)
Revert "Fix: format + PACKAGE_URL for dynamic printing"
author
David Goulet
<dgoulet@efficios.com>
Thu, 27 Feb 2014 14:56:51 +0000
(09:56 -0500)
committer
David Goulet
<dgoulet@efficios.com>
Thu, 27 Feb 2014 14:56:51 +0000
(09:56 -0500)
This changes the lttng version output considered as a stable ABI in RC
cycle. This will apply to 2.5.
This reverts commit
9afbd878f072d5e0577811acf1d3340f65cf2e26
.
src/bin/lttng/commands/version.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng/commands/version.c
b/src/bin/lttng/commands/version.c
index 0b90fa172951efe87d11654b6394a82ce7b86ffc..7f69de3dd19a9a1ac438c455ee2231c628c5a93d 100644
(file)
--- 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("
LTT
ng version " VERSION " - " VERSION_NAME);
+ MSG("
ltt
ng version " VERSION " - " VERSION_NAME);
MSG("\n" VERSION_DESCRIPTION "\n");
MSG("\n" VERSION_DESCRIPTION "\n");
- MSG("Web site:
" PACKAGE_URL "\n
");
- MSG("
LTT
ng is free software and under the GPL license and part LGPL");
+ MSG("Web site:
http://lttng.org
");
+ MSG("
\nltt
ng is free software and under the GPL license and part LGPL");
end:
poptFreeContext(pc);
end:
poptFreeContext(pc);
This page took
0.027902 seconds
and
4
git commands to generate.