mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -05:00
Make force flag single dash
This commit is contained in:
parent
8a3ad76b81
commit
d4d6010eda
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ class Vmfloaty
|
||||||
c.example 'Schedules the deletion of a host or hosts', 'floaty delete myhost1,myhost2 --url http://vmpooler.example.com'
|
c.example 'Schedules the deletion of a host or hosts', 'floaty delete myhost1,myhost2 --url http://vmpooler.example.com'
|
||||||
c.option '--verbose', 'Enables verbose output'
|
c.option '--verbose', 'Enables verbose output'
|
||||||
c.option '--all', 'Deletes all vms acquired by a token'
|
c.option '--all', 'Deletes all vms acquired by a token'
|
||||||
c.option '--f', 'Does not prompt user when deleting all vms'
|
c.option '-f', 'Does not prompt user when deleting all vms'
|
||||||
c.option '--token STRING', String, 'Token for vmpooler'
|
c.option '--token STRING', String, 'Token for vmpooler'
|
||||||
c.option '--url STRING', String, 'URL of vmpooler'
|
c.option '--url STRING', String, 'URL of vmpooler'
|
||||||
c.action do |args, options|
|
c.action do |args, options|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue