From: hakim Date: Sat, 20 Nov 2010 17:21:40 +0000 (+0000) Subject: Correction to client "provision" command X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FOyster.git;a=commitdiff_plain;h=919b8f969a3a3fc0c964444604d5bd34291d94de Correction to client "provision" command --- diff --git a/lib/Dist/Zilla/App/Command/provision.pm b/lib/Dist/Zilla/App/Command/provision.pm index 1b355a6..e5a8837 100644 --- a/lib/Dist/Zilla/App/Command/provision.pm +++ b/lib/Dist/Zilla/App/Command/provision.pm @@ -12,7 +12,7 @@ use Config::Any; sub abstract { 'provision a new Oyster VM' } sub opt_spec { - [ 'name|s' => 'the name of the VM to create' ], + [ 'name=s' => 'the name of the VM to create' ], } sub execute {