Skip to content

Commit 349fab7

Browse files
No longer prints invalid clip mode when wrong tagmode is set
1 parent 490f396 commit 349fab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func main() {
4141
}
4242

4343
if !slices.Contains([]string{"s", "d", "i"}, *tagMode) {
44-
fmt.Printf("Invalid clip mode: %s", *tagMode)
44+
fmt.Printf("Invalid tagmode: %s", *tagMode)
4545
os.Exit(2)
4646
}
4747
command = append(command, "-s", *tagMode)

0 commit comments

Comments
 (0)