From 92fbfbd7a2af1323c19bf39272a15112315549a5 Mon Sep 17 00:00:00 2001 From: microwav3s Date: Fri, 19 Jul 2019 15:30:47 +0200 Subject: [PATCH] Fix output text --- cemutil.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cemutil.sh b/cemutil.sh index b1037f1..6acbc8a 100755 --- a/cemutil.sh +++ b/cemutil.sh @@ -12,7 +12,7 @@ fi # help function: function printhelp { 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 "Use local zips and install to ~/Documents/cemu:" echo "./cemutil.sh -c cemu.zip -h cemuhook.zip -g graphicpacks.zip -i ~/Documents/cemu"