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:
61b73b1
)
Fix wrong message with lttng list
author
David Goulet
<david.goulet@polymtl.ca>
Thu, 11 Aug 2011 15:47:38 +0000
(11:47 -0400)
committer
David Goulet
<david.goulet@polymtl.ca>
Thu, 11 Aug 2011 15:47:38 +0000
(11:47 -0400)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
lttng/commands/list.c
patch
|
blob
|
blame
|
history
diff --git
a/lttng/commands/list.c
b/lttng/commands/list.c
index 3c779c3a3444bfcc42dabd26a8236435cd191a7b..445bd5fa8556598f108e1b3bd21ad94bc4b44758 100644
(file)
--- a/
lttng/commands/list.c
+++ b/
lttng/commands/list.c
@@
-323,7
+323,7
@@
static int list_sessions(const char *session_name)
}
if (session_name == NULL) {
- MSG("\nUse lttng list
-s <session_name> for a detail listing
");
+ MSG("\nUse lttng list
<session_name> for more details
");
}
return CMD_SUCCESS;
This page took
0.026298 seconds
and
4
git commands to generate.