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