install: add missing help entry for --next/-N flag

Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
This commit is contained in:
Luca Di Maio
2022-07-18 07:52:45 +02:00
parent 3dec4089e6
commit 8efcc40dd2
+1
View File
@@ -33,6 +33,7 @@ install --prefix /usr/local
Options:
--prefix/-P: base bath where all files will be deployed (default /usr/local if root, ~/.local if not)
--next/-N: install latest development version from git, instead of the latest stable release.
--help/-h: show this message
-v: show more verbosity
EOF