diff --git a/client/scripts/apple_compile.sh b/client/scripts/apple_compile.sh index 1783186f..ab7c3004 100755 --- a/client/scripts/apple_compile.sh +++ b/client/scripts/apple_compile.sh @@ -15,7 +15,7 @@ ADJUST="CONFIG-=adjust" helpFunction() { print G "Usage:" - print N "\t$0 [-d|--debug] [-n|--networkextension] [-a|--adjusttoken ]" + print N "\t$0 [-d|--debug] [-n|--networkextension] [-a|--adjusttoken ]" print N "" print N "By default, the project is compiled in release mode. Use -d or --debug for a debug build." print N "Use -n or --networkextension to force the network-extension component for MacOS too." @@ -189,7 +189,7 @@ elif [ "$OS" = "ios" ]; then ADJUST="CONFIG+=adjust" fi else - die "Why we are here?" + die "Why are we here?" fi VPNMODE=