File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ function __init {
6
6
7
7
if [ -e " ./.deploy-options.sh" ]; then
8
8
echo " Options file already exists."
9
- echo " If you continue, stored options will be overriden !"
9
+ echo " If you continue, stored options will be overridden !"
10
10
echo
11
11
read -r -p " Do you want to proceed? [y/n] " c
12
12
if ! [[ ${c} =~ ^(yes| y| Y) ]] || [ -z ${c} ]; then
Original file line number Diff line number Diff line change @@ -66,7 +66,9 @@ function deploy_options {
66
66
echo
67
67
echo " [3] App/Play Store"
68
68
echo
69
- read -r -p " Enter number in square brackets: " target_selection
69
+ echo " Enter number written in the square brackets."
70
+ echo " To run multiple targets, write multiple numbers separated by empty space (e.g. Enter targets: 0 3)"
71
+ read -r -p " Enter targets: " target_selection
70
72
71
73
# Array for creating first part of the tag.
72
74
# Should be in sync with options shown to the user.
You can’t perform that action at this time.
0 commit comments