diff options
| author | h2so5 <[email protected]> | 2013-07-26 18:08:38 +0900 |
|---|---|---|
| committer | h2so5 <[email protected]> | 2013-07-26 18:08:38 +0900 |
| commit | 3fb56545102e39bd260933de4afc4745c816c256 (patch) | |
| tree | 04dd9e244b715ceaa89e5c2b3cfd3f4da347be58 /doc | |
| parent | 8a298605e6667bfc15a1bef49b481f35829c0717 (diff) | |
| download | mruby-3fb56545102e39bd260933de4afc4745c816c256.tar.gz mruby-3fb56545102e39bd260933de4afc4745c816c256.zip | |
Rename --pull_gems to --pull-gems
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mrbgems/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md index 07f7002fb..881fbb228 100644 --- a/doc/mrbgems/README.md +++ b/doc/mrbgems/README.md @@ -26,7 +26,7 @@ A remote GIT repository location for a GEM is also supported: conf.gem :bitbucket => 'mruby/mrbgems-example', :branch => 'master' To pull all gems from remote GIT repository on build, call ```./minirake -p```, -or ```./minirake --pull_gems```. +or ```./minirake --pull-gems```. NOTE: `:bitbucket` option supports only git. Hg is unsupported in this version. |
