From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> The "--ts-diff" description in "trace-cmd report -h" is not lined up with the other long options. Fix the whitespace so that it is. Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> --- tracecmd/trace-usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracecmd/trace-usage.c b/tracecmd/trace-usage.c index 79610bd36bb7..5d73c5982984 100644 --- a/tracecmd/trace-usage.c +++ b/tracecmd/trace-usage.c @@ -228,7 +228,7 @@ static struct usage_help usage_help[] = { " to convert the displayed timestamps to seconds\n" " Affects the previous data file, unless there was no\n" " previous data file, in which case it becomes default\n" - " --ts-diff Show the delta timestamp between events.\n" + " --ts-diff Show the delta timestamp between events.\n" }, { "stream", -- 2.28.0