diff --git a/main.go b/main.go index 6f01a49..c0c3290 100644 --- a/main.go +++ b/main.go @@ -75,7 +75,9 @@ func main() { sockFound, err = runCluster(*requestedNamespace, w, *verbose, *progressBar) } if err != nil { - fmt.Fprintf(os.Stderr, "error: %v", err) + fmt.Fprintf(os.Stderr, "error: %v\n", err) + fmt.Fprintln(os.Stderr, "Warning: The following table may be incomplete due to errors detected during the run") + w.Flush() os.Exit(1) } if *exitErr && sockFound {