From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> The trace-cmd agent -h message does not specify that an IP needs to be given as an argument. Update the help message to reflect that. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=216291 Reported-by: Alexander Aring <aahringo@xxxxxxxxxx> Signed-off-by: Steven Rostedt (Google) <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 42a8e7d1107d..4fbbc545a5ef 100644 --- a/tracecmd/trace-usage.c +++ b/tracecmd/trace-usage.c @@ -334,7 +334,7 @@ static struct usage_help usage_help[] = { { "agent", "listen on a vsocket for trace clients", - " %s agent -p port[-D][-N][-P cid]\n" + " %s agent -p port[-D][-N IP][-P cid]\n" " Creates a vsocket to listen for clients.\n" " -N Connect to IP via TCP instead of vsockets\n" " *** Insecure setting, only use on a trusted network ***\n" -- 2.39.2