X-Git-Url: https://ruderich.org/simon/gitweb/?p=safcm%2Fsafcm.git;a=blobdiff_plain;f=cmd%2Fsafcm%2Fsync_changes.go;h=2650bb46062b33ab0f86e75d9b0f0cb1643bf556;hp=f597ae1a7fdc6b3532bbc1f15a22a3dae7ae2b4b;hb=6f7b878074e898edc4942117d590f51d79a4d009;hpb=d55ef7c893c249eefafc24758c91a86c067778f5 diff --git a/cmd/safcm/sync_changes.go b/cmd/safcm/sync_changes.go index f597ae1..2650bb4 100644 --- a/cmd/safcm/sync_changes.go +++ b/cmd/safcm/sync_changes.go @@ -205,7 +205,7 @@ func (s *Sync) formatCommandChanges(changes []safcm.CommandChange) string { fmt.Fprintf(&buf, "executed %d command(s)", len(changes)) } if noOutput > 0 && !s.config.DryRun { - fmt.Fprintf(&buf, ", %d with no output", noOutput) + fmt.Fprintf(&buf, ", %d with no output (hidden)", noOutput) } if noOutput != len(changes) { fmt.Fprintf(&buf, ":")