Correction to client "provision" command
hakim [Sat, 20 Nov 2010 17:21:40 +0000 (17:21 +0000)]
lib/Dist/Zilla/App/Command/provision.pm

index 1b355a6..e5a8837 100644 (file)
@@ -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 {