Explorar el Código

Vagrantfile: remove usage, it is in the development docs now

Thomas Waldmann hace 9 años
padre
commit
967963e17d
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. 1 5
      Vagrantfile

+ 1 - 5
Vagrantfile

@@ -1,11 +1,7 @@
 # -*- mode: ruby -*-
 # vi: set ft=ruby :
 
-# Automated creation of testing environments on misc. platforms
-# Usage:
-#   vagrant up OS
-#   vagrant ssh OS -c command
-#   vagrant halt OS
+# Automated creation of testing environments / binaries on misc. platforms
 
 def packages_prepare_wheezy
   return <<-EOF