aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-03-28 08:44:59 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-03-28 08:44:59 +0100
commitc9b07f443080ce5ed7db85f674bd70cf2a733475 (patch)
tree8bd12ebaa15eb9f28ffb9f3de953de3db5417606
parent40ee3110ffa696c8e754c11c0b522fc2f51648a3 (diff)
Update usage text
-rw-r--r--lib/main.bash13
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/main.bash b/lib/main.bash
index 8b399e1..18d5dfd 100644
--- a/lib/main.bash
+++ b/lib/main.bash
@@ -77,9 +77,9 @@ Usage:
rstar clean
rstar dist [version]
rstar fetch
- rstar install [-b backend] [-p prefix]
+ rstar install [-b backend] [-p prefix] [core] [modules]
rstar sysinfo
- rstar test
+ rstar test [spectest] [modules]
rstar is the entry point for all utilities to deal with Rakudo Star.
@@ -90,10 +90,13 @@ Actions:
and month in "yyyy.mm" notation.
fetch Fetch all required sources.
install Install Raku on this system. By default, MoarVM will be used
- as the only backend. The Rakudo Star directory will be used as
- prefix.
+ as the only backend, and the Rakudo Star directory will be
+ used as prefix. If neither core nor modules are given as
+ explicit targets, all targets will be installed.
sysinfo Show information about your system. Useful for debugging.
- test Run tests on Raku and the bundled ecosystem modules.
+ test Run tests on Raku and the bundled ecosystem modules. If
+ neither spectest nor modules are given as explicit targets,
+ all targets will be tested.
EOF
}