aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/actions/clean.bash2
-rw-r--r--lib/main.bash2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/actions/clean.bash b/lib/actions/clean.bash
index eec2736..dcf1e5a 100644
--- a/lib/actions/clean.bash
+++ b/lib/actions/clean.bash
@@ -2,7 +2,7 @@
action() {
local OPTIND
- local clean_source
+ local clean_src
while getopts ":s" opt
do
diff --git a/lib/main.bash b/lib/main.bash
index 9042324..8ee72dd 100644
--- a/lib/main.bash
+++ b/lib/main.bash
@@ -81,7 +81,7 @@ Usage:
rstar fetch
rstar install [-b backend] [-p prefix] [core] [modules]
rstar sysinfo
- rstar test [spectest] [modules]
+ rstar test [-p prefix] [spectest] [modules]
rstar is the entry point for all utilities to deal with Rakudo Star.