Skip to content

Commit

Permalink
Update usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Oct 25, 2022
1 parent 1865698 commit 8955631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion args.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func init() {

// Prints a usage message based on the arguments and usage you have registered.
func usage() {
fmt.Print("USAGE: cherri [FILE] [options]")
fmt.Print("USAGE: cherri [FILE] [options: -s=, -u, -d, -o=]")
fmt.Printf("\nOptions:\n")
for _, arg := range registered {
fmt.Printf("\t-%s --%s\t%s\n", arg.short, arg.name, arg.description)
Expand Down

0 comments on commit 8955631

Please sign in to comment.