]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - cmd/safcm/sync_changes.go
changes: add "(hidden)" to commands with no output and quiet mode
[safcm/safcm.git] / cmd / safcm / sync_changes.go
index f597ae1a7fdc6b3532bbc1f15a22a3dae7ae2b4b..2650bb46062b33ab0f86e75d9b0f0cb1643bf556 100644 (file)
@@ -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, ":")