New style is for option descriptions to not end with periods

This commit is contained in:
Adam Vandenberg 2012-08-09 21:35:56 -07:00
parent 928734c0bd
commit 2104510b63

View File

@ -169,9 +169,9 @@ class BuildOptions
if description.nil?
case name
when :universal, "universal"
description = "Build a universal binary."
description = "Build a universal binary"
when "32-bit"
description = "Build 32-bit only."
description = "Build 32-bit only"
else
description = ""
end