website/index.html in vzlimit-0.0.1 vs website/index.html in vzlimit-0.0.2

- old
+ new

@@ -8,8 +8,16 @@ } </style> </head> <body> <h1>vzlimit</h1> - <p>Website comming soon.</p> + <p>A convenience way of managing OpenVZ container resource limits.</p> + + <h2>Commands</h2> + <h3>List resource limits</h3> + <p><code>vzlimit list</code></p> + <h3>Set ram limit</h3> + <p><code>vzlimit set <i>vpsid</i> --ram, -r <i>soft(MB)</i>:<i>hard(MB)</i></code></p> + <h3>Set diskspace limit</h3> + <p><code>vzlimit set <i>vpsid</i> --diskspace, -d <i>soft(MB)</i>:<i>hard(MB)</i></code></p> </body> </html>