Correction to client "provision" command
[p5sagit/Oyster.git] / 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 {