Add a clarifying comment

This commit is contained in:
Greg Neagle
2024-09-07 17:47:11 -07:00
parent ac67b9f985
commit 224ab28ee9

View File

@@ -28,7 +28,7 @@ struct DisplayOptions {
static var verbose = 1
static var munkistatusoutput = false
private init() {}
private init() {} // prevents assigning an instance to another variable
}
func displayPercentDone(current: Int, maximum: Int) {