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:
parent
2e703e4fa2
commit
691b17995f
1 changed files with 2 additions and 1 deletions
3
senddir
3
senddir
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue