From d82bf71342e247d35e6d4ce9847bbd3f9b914067 Mon Sep 17 00:00:00 2001 From: Julien Pinsonneau Date: Fri, 13 Dec 2024 10:14:59 +0100 Subject: [PATCH] improve background message --- commands/netobserv | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/commands/netobserv b/commands/netobserv index 7862d93a..3a4325c1 100755 --- a/commands/netobserv +++ b/commands/netobserv @@ -154,5 +154,8 @@ if [ -n "${execCommand}" ]; then collector \ -- $execCommand else - echo "Background capture started. Use 'oc netobserv follow' to see its progress." + echo "Background capture started. Use:" + echo " - '${K8S_CLI_BIN} netobserv follow' to see the capture progress" + echo " - '${K8S_CLI_BIN} netobserv copy' to copy the generated files locally" + echo " - '${K8S_CLI_BIN} netobserv cleanup' to remove the netobserv components" fi