Aliases
-Aliases allow recipes to be invoked with alternative names:
+Aliases allow recipes to be invoked on the command line with alternative names:
alias b := build
build:
echo 'Building!'
$ just b
-build
echo 'Building!'
Building!
diff --git a/man/en/print.html b/man/en/print.html
index 3ea8a1d635..083e1e527f 100644
--- a/man/en/print.html
+++ b/man/en/print.html
@@ -645,14 +645,13 @@