Fix output text

This commit is contained in:
microwav3s 2019-07-19 15:30:47 +02:00
parent c513cf44ab
commit 92fbfbd7a2

View File

@ -12,7 +12,7 @@ fi
# help function: # help function:
function printhelp { function printhelp {
echo "usage examples:" echo "usage examples:"
echo "Download latest working cemu + cemuhook + graphic packs and install to ~/.cemu (default):" echo "Download latest available cemu + cemuhook + graphic packs and install to ~/.cemu (default):"
echo "./cemutil.sh -a" echo "./cemutil.sh -a"
echo "Use local zips and install to ~/Documents/cemu:" echo "Use local zips and install to ~/Documents/cemu:"
echo "./cemutil.sh -c cemu.zip -h cemuhook.zip -g graphicpacks.zip -i ~/Documents/cemu" echo "./cemutil.sh -c cemu.zip -h cemuhook.zip -g graphicpacks.zip -i ~/Documents/cemu"