Skip to content

Commit

Permalink
update usage :3
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Feb 17, 2024
1 parent cd7faa4 commit 39eaea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/vinegar/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ func init() {
}

func usage() {
fmt.Fprintln(os.Stderr, "usage: vinegar [-config filepath] player|studio exec|run [args...]")
fmt.Fprintln(os.Stderr, "usage: vinegar [-config filepath] player|studio kill|winetricks")
fmt.Fprintln(os.Stderr, "usage: vinegar [-config filepath] [-firstrun] player|studio run [args...]")
fmt.Fprintln(os.Stderr, " vinegar [-config filepath] player|studio kill|winetricks")
fmt.Fprintln(os.Stderr, " vinegar [-config filepath] sysinfo")
fmt.Fprintln(os.Stderr, " vinegar delete|edit|version")
os.Exit(1)
Expand Down

0 comments on commit 39eaea0

Please sign in to comment.