瀏覽代碼

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

Thomas Waldmann 9 年之前
父節點
當前提交
967963e17d
共有 1 個文件被更改,包括 1 次插入5 次删除
  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