1
0
Fork 0

Improve grammar in senddir

This commit is contained in:
Starbeamrainbowlabs 2017-05-09 18:30:21 +01:00
parent 2e703e4fa2
commit 691b17995f
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
if [ "$#" -ne 2 ]; then
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 " senddir directoryname listen_port_number"
exit