diff options
Diffstat (limited to 'minirake')
| -rwxr-xr-x | minirake | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
