expand escaped characters

This commit is contained in:
Kohei YOSHIDA 2014-02-13 15:15:43 +09:00
commit dca464baa4

View file

@ -177,10 +177,10 @@ function itunes() {
""|-h|--help)
echo "Usage: itunes <option>"
echo "option:"
echo "\tlaunch|play|pause|stop|rewind|resume|quit"
echo "\tmute|unmute\tcontrol volume set"
echo "\tnext|previous\tplay next or previous track"
echo "\thelp\tshow this message and exit"
echo -e "\tlaunch|play|pause|stop|rewind|resume|quit"
echo -e "\tmute|unmute\tcontrol volume set"
echo -e "\tnext|previous\tplay next or previous track"
echo -e "\thelp\tshow this message and exit"
return 0
;;
*)