aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt (VMware) <rostedt@goodmis.org>2017-05-09 16:50:08 -0400
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2017-05-09 16:50:08 -0400
commitc189fab6b30c1c7240addf6f1fdf732591e758c7 (patch)
tree722ae4e66e2016ce2b710515fdfac64677847b89
parentceac02d6ec27a427b321af8865772a0d93f7a595 (diff)
downloadtrace-cmd-c189fab6b30c1c7240addf6f1fdf732591e758c7.tar.gz
trace-cmd listen: Replace tab with spaces in help output
The bash completions of trace-cmd commands uses the -h to find the options to finish the completions with. trace-cmd listen -h had a tab before "-l" which caused the completions to miss it. Not to mention, it caused -l not to be in line with the other options. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
-rw-r--r--trace-usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-usage.c b/trace-usage.c
index 9664aa6e..5b314a62 100644
--- a/trace-usage.c
+++ b/trace-usage.c
@@ -226,7 +226,7 @@ static struct usage_help usage_help[] = {
" -D create it in daemon mode.\n"
" -o file name to use for clients.\n"
" -d diretory to store client files.\n"
- " -l logfile to write messages to.\n"
+ " -l logfile to write messages to.\n"
},
{
"list",