branch: externals/ada-mode commit b16f2ce40bac8f23e04e6f7891bc05dc9661b2f3 Author: Stephen Leake <stephen_le...@stephe-leake.org> Commit: Stephen Leake <stephen_le...@stephe-leake.org>
* install.sh: Fix comment on argument --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0ff97429d2..420a7f37e4 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh # Install executables for Ada mode. # -# $1 : optional --prefix=<dir> +# $1 : optional <install dir> # # See build.sh for build (must be run before install).