blob: 3091ae74bac042d790ad635eab5709a941b6b233 [file] [log] [blame]
// Check that from invalid input, program suggests using -help
// RUN: not %sourcekitd-test -this_option_does_not_exist 2>&1 | %FileCheck %s
// CHECK: error: unknown argument: -this_option_does_not_exist
// CHECK: Use -h or -help for assistance