From 2775baa7db98040d09d10b819140fc510b57c687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Blom?= Date: Thu, 24 Apr 2014 16:24:02 +0200 Subject: [PATCH] Add `[OPTIONS]` to images description --- lib/tugboat/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tugboat/cli.rb b/lib/tugboat/cli.rb index 44e4cc1..79f9742 100644 --- a/lib/tugboat/cli.rb +++ b/lib/tugboat/cli.rb @@ -58,7 +58,7 @@ def droplets }) end - desc "images", "Retrieve a list of your images" + desc "images [OPTIONS]", "Retrieve a list of your images" method_option "global", :type => :boolean, :default => false,