From d4d6010edadf123d534071e48f0d3bff038e817e Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Sat, 21 Nov 2015 12:43:32 -0800 Subject: [PATCH] Make force flag single dash --- lib/vmfloaty.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vmfloaty.rb b/lib/vmfloaty.rb index 10d58ec..1d61733 100644 --- a/lib/vmfloaty.rb +++ b/lib/vmfloaty.rb @@ -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.option '--verbose', 'Enables verbose output' 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 '--url STRING', String, 'URL of vmpooler' c.action do |args, options|