Skip to content

Commit

Permalink
Fix crop usage
Browse files Browse the repository at this point in the history
  • Loading branch information
hhrutter committed Feb 18, 2021
1 parent f73b610 commit c5482e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pdfcpu/process.go
Expand Up @@ -1460,7 +1460,7 @@ func processRemoveBoxesCommand(conf *pdfcpu.Configuration) {

func processCropCommand(conf *pdfcpu.Configuration) {
if len(flag.Args()) < 1 || len(flag.Args()) > 3 {
fmt.Fprintf(os.Stderr, "usage: %s\n", usageCrop)
fmt.Fprintf(os.Stderr, "%s\n", usageCrop)
os.Exit(1)
}

Expand Down

0 comments on commit c5482e8

Please sign in to comment.