Skip to content

Commit

Permalink
cmd/dumppe: fix test failure
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Klotz <aklotz@ohmsoft.com>
  • Loading branch information
dblohm7 committed Jul 4, 2024
1 parent c52f23a commit e501071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dumppe/dumppe.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func init() {
func usage() {
fmt.Fprintf(flag.CommandLine.Output(), "Usage of %s:\n", os.Args[0])
flag.PrintDefaults()
fmt.Fprintln(flag.CommandLine.Output(), " <filePath>\n\tpath to PE file\n")
fmt.Fprintln(flag.CommandLine.Output(), " <filePath>\n\tpath to PE file")
}

func usageln(args ...any) {
Expand Down

0 comments on commit e501071

Please sign in to comment.