Skip to content

Commit fd8b5b7

Browse files
committed
chore: updated some help text
1 parent fdbe957 commit fd8b5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/cap2spm.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import ArgumentParser
55

66
@main
77
struct Cap2SPM: ParsableCommand {
8-
@Flag(name: .customLong("backup"), inversion: .prefixedNo, help: "Should we make a backup? Defaults to true")
8+
@Flag(name: .customLong("backup"), inversion: .prefixedNo, help: "Should we make a backup?")
99
var shouldBackup = true
1010

1111
@Option(help: "Objective-C header for file containing CAP_PLUGIN macro")

0 commit comments

Comments
 (0)