From 930254c30442378d8b38b1590cbf1f936ccca1da Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sat, 24 May 2014 20:38:24 +0100 Subject: [PATCH] make init --help text more accurate --- plugins/commands/init/command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/commands/init/command.rb b/plugins/commands/init/command.rb index 438159523..28abbc5c8 100644 --- a/plugins/commands/init/command.rb +++ b/plugins/commands/init/command.rb @@ -17,7 +17,7 @@ module VagrantPlugins } opts = OptionParser.new do |o| - o.banner = "Usage: vagrant init [name] [url]" + o.banner = "Usage: vagrant init [options] [name [url]]" o.separator "" o.separator "Options:" o.separator ""