diff --git a/README.md b/README.md index a9cf67d..b9e5126 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ _note:_ subject to change ``` Commands: - floaty get [--withpe] # Gets a VM - floaty help [COMMAND] # Describe available commands or one specific command - floaty list [PATTERN] # List all open VMs - floaty modify # Modify a VM - floaty release # Schedules a VM for deletion - floaty status # List status of all active VMs + floaty get [--withpe version] # Gets a VM + floaty help [COMMAND] # Describe available commands or one specific command + floaty list [PATTERN] # List all open VMs + floaty modify # Modify a VM + floaty release # Schedules a VM for deletion + floaty status # List status of all active VMs ``` diff --git a/lib/vmfloaty/cli.rb b/lib/vmfloaty/cli.rb index d8ec538..14d163e 100644 --- a/lib/vmfloaty/cli.rb +++ b/lib/vmfloaty/cli.rb @@ -2,7 +2,7 @@ require 'thor' require 'net/http' class CLI < Thor - desc "get [--withpe]", "Gets a VM" + desc "get [--withpe version]", "Gets a VM" option :withpe def get(os_list) # POST -d os_list vmpooler.company.com/vm