class Cucumber::Cli::Options

def profile_short_flag_msg

def profile_short_flag_msg
  [
    'Pull commandline arguments from cucumber.yml which can be defined as',
    "strings or arrays.  When a 'default' profile is defined and no profile",
    'is specified it is always used. (Unless disabled, see -P below.)',
    'When feature files are defined in a profile and on the command line',
    'then only the ones from the command line are used.'
  ]
end