Skip to content

Commit

Permalink
improve background message
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Dec 13, 2024
1 parent 3aecf3e commit d82bf71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion commands/netobserv
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d82bf71

Please sign in to comment.