From eb55f9b9b5df5678df0b30f4a0af9f35fcbc4be4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Oct 2017 14:40:39 +0200 Subject: Switch to using options instead of arguments in build batch files --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 97e9403..93ad113 100755 --- a/build.sh +++ b/build.sh @@ -54,7 +54,7 @@ while test $# -ne 0; do diag " --install-dir Alternative installation directory." diag " --sudo Optional sudo program to use." diag " --repo Alternative package repository location." - diag " --trust Certificate fingerprint to trust." + diag " --trust Repository certificate fingerprint to trust." diag " --timeout Network operations timeout in seconds." diag " --make Bootstrap using GNU make instead of script." diag -- cgit v1.1