commit fb9b307afb4748fa970032e2a15283aeff268d7c
parent c4b04481f147bd101730f3186ec22473913419e7
Author: Scott Moreau <oreaus@gmail.com>
Date: Sun, 16 Aug 2020 10:02:55 -0600
Show correct default in help text
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install.sh b/install.sh
@@ -4,7 +4,7 @@ print_help() {
echo " -v, --verbose Verbose output."
echo " -c, --clean Force clean build, i.e. delete previously downloaded sources and start from scratch."
echo " -s, --stream=<stream> Build a particular branch of Wayfire and other components. Usually master or a release like X.Y.Z"
- echo " Default is 0.4.0"
+ echo " Default is master"
echo " -p, --prefix=<prefix> Prefix where to install Wayfire. Default: /opt/wayfire"
echo " --system-wlroots Use the system-wide installation of wlroots instead of the bundled one."
exit 1