aboutsummaryrefslogtreecommitdiff
path: root/lib/main.bash
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-03-28 09:00:16 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-03-28 09:00:16 +0100
commit559711d4ce5af190d57ccfd67ce6d2e95fb545d4 (patch)
tree4c37d520ef3ebf8705ce21837782f015c94c5414 /lib/main.bash
parentc9b07f443080ce5ed7db85f674bd70cf2a733475 (diff)
Bring clean up to date with the rest of the repo
Diffstat (limited to 'lib/main.bash')
-rw-r--r--lib/main.bash5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/main.bash b/lib/main.bash
index 18d5dfd..a06c003 100644
--- a/lib/main.bash
+++ b/lib/main.bash
@@ -74,7 +74,7 @@ usage() {
cat <<EOF
Usage:
rstar -h
- rstar clean
+ rstar clean [-s]
rstar dist [version]
rstar fetch
rstar install [-b backend] [-p prefix] [core] [modules]
@@ -84,7 +84,8 @@ Usage:
rstar is the entry point for all utilities to deal with Rakudo Star.
Actions:
- clean Clean up the repository.
+ clean Clean up the repository. If -s is given, the src directory
+ will also be removed.
dist Create a distributable tarball of this repository. If no
version identifier is specified, it will use the current year
and month in "yyyy.mm" notation.