# File lib/mixlib/cli.rb, line 133 def banner(bstring = nil) if bstring @banner = bstring else @banner ||= "Usage: #{$0} (options)" @banner end end