bin/transfer: Format help properly

master
Pierre Neidhardt 2017-07-09 21:49:01 +01:00
parent e38ca10c14
commit 7fd61f1bf1
1 changed files with 6 additions and 1 deletions

View File

@ -17,7 +17,12 @@ fi
# check arguments
if [ $# -eq 0 ];
then
echo "No arguments specified. Usage:\necho transfer /tmp/test.md\ncat /tmp/test.md | transfer test.md"
cat<<EOF
No arguments specified.
Usage: transfer /tmp/test.md
cat /tmp/test.md | transfer test.md
EOF
exit 1
fi