Update get doc

This commit is contained in:
Brian Cain 2014-10-28 23:21:28 -07:00
parent 15ca0a3b25
commit c8dc80c1f1
2 changed files with 7 additions and 7 deletions

View file

@ -19,7 +19,7 @@ _note:_ subject to change
```
Commands:
floaty get <OPERATING SYSTEM,...> [--withpe] # Gets a VM
floaty get <OPERATING SYSTEM,...> [--withpe version] # Gets a VM
floaty help [COMMAND] # Describe available commands or one specific command
floaty list [PATTERN] # List all open VMs
floaty modify <HOSTNAME> # Modify a VM

View file

@ -2,7 +2,7 @@ require 'thor'
require 'net/http'
class CLI < Thor
desc "get <OPERATING SYSTEM,...> [--withpe]", "Gets a VM"
desc "get <OPERATING SYSTEM,...> [--withpe version]", "Gets a VM"
option :withpe
def get(os_list)
# POST -d os_list vmpooler.company.com/vm