From d91348275b77167703bda7e083112d5d5a4d17a7 Mon Sep 17 00:00:00 2001 From: CreepyCrafter24 <33260128+CreepyCrafter24@users.noreply.github.com> Date: Tue, 27 Aug 2019 17:53:53 +0200 Subject: [PATCH] Tweaked make.bat --- make.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.bat b/make.bat index a084f8e..c5089c9 100644 --- a/make.bat +++ b/make.bat @@ -12,12 +12,12 @@ if %arg%==release goto release if %arg%==pull goto pull if %arg%==push goto push if %arg%==help goto help -echo Invalid. +echo Invalid, try [help] :noinput set /p arg="arg: " goto select :help -echo [full,clean,debug,release,pull,push,help] +echo [full], [clean], [debug], [release], [pull], [push], [help] goto noinput :full set full=1