Method: MGit::Pull.usage
- Defined in:
- lib/m-git/command/pull.rb
.usage ⇒ Object
358 359 360 |
# File 'lib/m-git/command/pull.rb', line 358 def self.usage return "mgit pull [<git-pull-option>] [(--mrepo|--el-mrepo) <repo>...] [--auto-exec] [--no-check] [--include-lock] [--help]\nmgit pull --continue\nmgit pull --abort" end |