Skip to content

Commit

Permalink
Fix help
Browse files Browse the repository at this point in the history
  • Loading branch information
earthboundkid committed Dec 18, 2023
1 parent a7834f0 commit 53857a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ func (app *appEnv) ParseArgs(args []string) error {
return nil
})
fl.Usage = func() {
fmt.Fprintf(fl.Output(), `copyrightpdfs - %s
fmt.Fprintf(fl.Output(), `pdfcopy - %s
Download stuff and screenshot it
Usage:
copyrightpdfs [options]
pdfcopy [options]
Options:
`, versioninfo.Version)
Expand Down

0 comments on commit 53857a8

Please sign in to comment.