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:
2708992
)
Fix lttng list usage
author
David Goulet
<dgoulet@efficios.com>
Mon, 30 Jan 2012 21:29:13 +0000
(16:29 -0500)
committer
David Goulet
<dgoulet@efficios.com>
Mon, 30 Jan 2012 21:29:13 +0000
(16:29 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng/commands/list.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng/commands/list.c
b/src/bin/lttng/commands/list.c
index 743b79ff2431f826ec2d623fe1957c834bff0a0d..701ce83c05ba5e2e8715b1eb6aa5ecf8735719e4 100644
(file)
--- a/
src/bin/lttng/commands/list.c
+++ b/
src/bin/lttng/commands/list.c
@@
-70,7
+70,7
@@
static struct poptOption long_options[] = {
*/
static void usage(FILE *ofp)
{
- fprintf(ofp, "usage: lttng list [
[-k] [-u] [-p PID] [SESSION [<options>]
]]\n");
+ fprintf(ofp, "usage: lttng list [
SESSION [<OPTIONS>
]]\n");
fprintf(ofp, "\n");
fprintf(ofp, "With no arguments, list available tracing session(s)\n");
fprintf(ofp, "\n");
This page took
0.026449 seconds
and
4
git commands to generate.