aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 98f6440..ec3a750 100755
--- a/build.sh
+++ b/build.sh
@@ -301,7 +301,7 @@ main() {
if [ "x$1" = "xmozilla" -o "x$1" = "xchromium" ]; then
BROWSER=$1
else
- errcho "usage: $0 mozilla|chromium [build directory] [update url]"
+ errcho "usage: $0 mozilla|chromium [source directory] [update url]"
exit 1
fi