Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1081 from cezmunsta/typos/buld
Browse files Browse the repository at this point in the history
Fixed typo in help output for build.sh
  • Loading branch information
shlomi-noach authored Apr 5, 2020
2 parents ed8895e + d46ba48 commit d982e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ usage() {
echo "-a (amd64|386) Arch Default:(amd64)"
echo "-d debug output"
echo "-b build only, do not generate packages"
echo "-N do not build; use existing ./buld/bin/orchestrator binary"
echo "-N do not build; use existing ./build/bin/orchestrator binary"
echo "-P create build/deployment paths"
echo "-R retain existing build/deployment paths"
echo "-p build prefix Default:(/usr/local)"
Expand Down

0 comments on commit d982e43

Please sign in to comment.