# File lib/clamp/option/definition.rb, line 64
      def help_lhs
        lhs = switches.join(", ")
        lhs += " " + type unless flag?
        lhs
      end