Skip to content

Commit

Permalink
Fix typo in usage()
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Rue <dan.rue@linaro.org>
  • Loading branch information
danrue committed Jan 26, 2018
1 parent a29be19 commit d8bc96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skipgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func getSkipfileContents(board string, branch string, environment string, skips
}

func usage() {
fmt.Fprintf(os.Stderr, "Usage:\n %s [--board <boardname>] [--branch <branchname>] [--environment <environmentname] <skipfile.yaml> \n", os.Args[0])
fmt.Fprintf(os.Stderr, "Usage:\n %s [--board <boardname>] [--branch <branchname>] [--environment <environmentname>] <skipfile.yaml> \n", os.Args[0])
os.Exit(1)
}

Expand Down

0 comments on commit d8bc96a

Please sign in to comment.