mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +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
|
||||
if [[ $response == [yY] ]]; then
|
||||
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
|
||||
else
|
||||
read -p "The process has been cancelled, press any key to exit."
|
||||
|
@ -105,6 +105,7 @@ https://retrodeck.net
|
|||
exit 1
|
||||
;;
|
||||
*)
|
||||
echo "Please specify a valid option. Use -h for more information."
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue