trc: help message

master
Pierre Neidhardt 2014-01-06 15:17:56 +01:00
parent 95ded549bb
commit f1db07acb1
1 changed files with 15 additions and 0 deletions

View File

@ -1,5 +1,20 @@
#!/bin/sh
if [ "$1" = "-h" ]; then
cat<<EOF
Usage: ${0##*/} [OPTIONS]
With no argument, start transmission-remote-cli. Otherwise, run
transmission-remote with the provided options.
In both cases if transmission-daemon is not running it will be started
beforehand.
EOF
exit
fi
check()
{
for i ; do