summaryrefslogtreecommitdiffhomepage
path: root/minirake
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-07-27 02:53:02 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2013-07-27 02:53:02 +0900
commite488393cbbdd4fd123d71c6c3bd067f1eee5c37a (patch)
treebcdb115f19288cfb5f4af14493c350233b29350f /minirake
parent63e5a3cfb10e238eaab2a77bcc83acd0d41e60fa (diff)
parentf6d686eae0fce7d93426e0eb188cdc9658dfee75 (diff)
downloadmruby-e488393cbbdd4fd123d71c6c3bd067f1eee5c37a.tar.gz
mruby-e488393cbbdd4fd123d71c6c3bd067f1eee5c37a.zip
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'minirake')
-rwxr-xr-xminirake4
1 files changed, 2 insertions, 2 deletions
diff --git a/minirake b/minirake
index 69d447a15..e48ca1306 100755
--- a/minirake
+++ b/minirake
@@ -317,7 +317,7 @@ class RakeApp
"Require MODULE before executing rakefile."],
['--tasks', '-T', GetoptLong::NO_ARGUMENT,
"Display the tasks and dependencies, then exit."],
- ['--pull_gems','-p', GetoptLong::NO_ARGUMENT,
+ ['--pull-gems','-p', GetoptLong::NO_ARGUMENT,
"Pull all git mrbgems."],
['--trace', '-t', GetoptLong::NO_ARGUMENT,
"Turn on invoke/execute tracing."],
@@ -403,7 +403,7 @@ class RakeApp
require value
when '--tasks'
$show_tasks = true
- when '--pull_gems'
+ when '--pull-gems'
$pull_gems = true
when '--trace'
$trace = true