1
0
Fork 0
mirror of https://github.com/sbrl/bin.git synced 2018-01-10 21:33:46 +00:00

Improve grammar in senddir

This commit is contained in:
Starbeamrainbowlabs 2017-05-09 18:30:21 +01:00
parent 2e703e4fa2
commit 691b17995f

View file

@ -2,7 +2,8 @@
if [ "$#" -ne 2 ]; then if [ "$#" -ne 2 ]; then
echo Send an entire directory over the network. echo Send an entire directory over the network.
echo Shows progress via pv - note that progress is measured before compress is added. echo Shows progress via pv - note that progress is measured before compression is added.
echo
echo Usage: echo Usage:
echo " senddir directoryname listen_port_number" echo " senddir directoryname listen_port_number"
exit exit