diff --git a/Sources/swift-help/main.swift b/Sources/swift-help/main.swift index 0e03f49e7..3d12a75f0 100644 --- a/Sources/swift-help/main.swift +++ b/Sources/swift-help/main.swift @@ -117,6 +117,7 @@ struct SwiftHelp: ParsableCommand { print(" \(plainBold)swift repl\(plain)\(padding) Experiment with Swift code interactively") } + print("\n Use \(plainBold)`swift --version`\(plain) for Swift version information.") print("\n Use \(plainBold)`swift --help`\(plain) for descriptions of available options and flags.") print("\n Use \(plainBold)`swift help `\(plain) for more information about a subcommand.") print()