Skip to content

Commit

Permalink
Fix usage message, missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
j-vizcaino committed May 8, 2017
1 parent 76be6c5 commit a6aeeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auvieux-scraper.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func main() {
products := os.Args[1:]

if len(products) == 0 {
fmt.Printf("Usage: auvieux-scraper product_id [product_id ...]")
fmt.Println("Usage: auvieux-scraper product_id [product_id ...]")
os.Exit(1)
}

Expand Down

0 comments on commit a6aeeea

Please sign in to comment.