man/powder.1.html in powder-0.3.3 vs man/powder.1.html in powder-0.4.0
- old
+ new
@@ -151,11 +151,11 @@
<p> <code>$ powder open</code><br />
=> Opens the pow link in a browser<br />
# aliased as powder -o</p>
<p> <code>$ powder open [bacon]</code><br />
- => Opens http://bacon.dev in a browser<br />
+ => Opens http://bacon.test in a browser<br />
# if you have set up alternative top level domains in .powconfig,<br />
# then the first listed domain will be opened.</p>
<p> <code>$ powder open --browser Safari</code>
=> Opens the pow link in a specific browser (in this case, Safari)
@@ -163,10 +163,10 @@
<p> <code>$ powder open -b 'Google Chrome'</code>
=> Opens the pow link with browsers with more than one word</p>
<p> <code>$ powder open --path home</code>
- => Opens the pow link with a path appended (http://bacon.dev/home)
+ => Opens the pow link with a path appended (http://bacon.test/home)
# Also aliased as -p</p>
<p> # Should also works with all the other 'open' options:
<code>$ powder open bacon -b Safari</code>
<code>$ powder open --xip -b Firefox</code>