* [PATCH] trace-cmd agent: Add "IP" to -N argument in help message
@ 2023-06-02 8:09 Steven Rostedt
0 siblings, 0 replies; only message in thread
From: Steven Rostedt @ 2023-06-02 8:09 UTC (permalink / raw)
To: Linux Trace Devel; +Cc: Alexander Aring
From: "Steven Rostedt (Google)" <rostedt@goodmis.org>
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@redhat.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-06-02 8:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-02 8:09 [PATCH] trace-cmd agent: Add "IP" to -N argument in help message Steven Rostedt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).