Skip to content

Commit 435b0ec

Browse files
committed
comment
1 parent ae8f8d9 commit 435b0ec

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

scripts/update-appcast/Sources/main.swift

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ struct UpdateAppcast: AsyncParsableCommand {
2424
@Option(name: .shortAndLong, help: "Path to the appcast file to be updated.")
2525
var input: String
2626

27-
@Option(name: .shortAndLong, help: "Path to the signature file generated for the release binary.")
27+
@Option(
28+
name: .shortAndLong,
29+
help: """
30+
Path to the signature file generated for the release binary.
31+
Signature files are generated by `Sparkle/bin/sign_update
32+
"""
33+
)
2834
var signature: String
2935

3036
@Option(name: .shortAndLong, help: "The project version (X.Y.Z for stable builds, X.Y.Z.N for preview builds).")

0 commit comments

Comments
 (0)