mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-18 04:15:40 +00:00
Reword some CLI argument output.
This commit is contained in:
parent
4fc2db17e1
commit
678577d155
|
@ -93,7 +93,7 @@ https://retrodeck.net
|
||||||
read -p "Press 'y' to continue, 'n' to stop: " response
|
read -p "Press 'y' to continue, 'n' to stop: " response
|
||||||
if [[ $response == [yY] ]]; then
|
if [[ $response == [yY] ]]; then
|
||||||
rm -f "$lockfile"
|
rm -f "$lockfile"
|
||||||
read -p "The process has been completed, press any key to start RetroDECK."
|
read -p "The process has been completed, press any key to start the initial RetroDECK setup process."
|
||||||
shift # Continue launch after previous command is finished
|
shift # Continue launch after previous command is finished
|
||||||
else
|
else
|
||||||
read -p "The process has been cancelled, press any key to exit."
|
read -p "The process has been cancelled, press any key to exit."
|
||||||
|
@ -105,6 +105,7 @@ https://retrodeck.net
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
echo "Please specify a valid option. Use -h for more information."
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue