Skip to content

Commit

Permalink
typo fix: OptionMatchMime s/exact-mime/match-mime/
Browse files Browse the repository at this point in the history
  • Loading branch information
odeke-em committed Nov 27, 2015
1 parent 44e3c46 commit 75b3101
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,10 @@ const (
CLIOptionNoClobber = "no-clobber"
CLIOptionNotify = "notify"
CLIOptionSkipMime = "skip-mime"
CLIOptionMatchMime = "exact-mime"
CLIOptionExactMime = "exact-mime"
CLIOptionMatchMime = "match-mime"
CLIOptionExactTitle = "exact-title"
CLIOptionMatchTitle = "match-mime"
CLIOptionMatchTitle = "match-title"
CLIOptionExactOwner = "exact-owner"
CLIOptionMatchOwner = "match-owner"
CLIOptionNotOwner = "skip-owner"
Expand Down

0 comments on commit 75b3101

Please sign in to comment.