diff --git a/Sources/Frontend/Project.swift b/Sources/Frontend/Project.swift index 8c5e1deb4..71df29625 100644 --- a/Sources/Frontend/Project.swift +++ b/Sources/Frontend/Project.swift @@ -17,7 +17,7 @@ final class Project { return self.init(kind: .spm) } - throw PeripheryError.usageError("Failed to identify project kind.") + throw PeripheryError.usageError("Failed to identify project in the current directory. For Xcode projects use the '--project' option, and for SPM projects change to the directory containing the Package.swift.") } let kind: ProjectKind