From 10c765458f99623263e8c7d4ed8070b95a09e9a9 Mon Sep 17 00:00:00 2001 From: germedeb Date: Tue, 16 Aug 2022 20:15:32 -0300 Subject: [PATCH] updated help examples in the build script --- tasks/build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/build.sh b/tasks/build.sh index 5bcc631..3bcff09 100755 --- a/tasks/build.sh +++ b/tasks/build.sh @@ -29,10 +29,10 @@ case "$@" in *--help*|*-h*|*help*) Usage: ./tasks/build.sh [args]... ${info_color}Examples:${reset_colors} - ./tasks/build.sh re Start the build from cero - ./tasks/build.sh rei Same but now it autoinstalls - ./tasks/build.sh oer Same as the first one but now launch optipng - ./tasks/build.sh e Continue building. useful if you cancelled the build + ./tasks/build.sh -r -e Start the build from cero + ./tasks/build.sh -r -e -i Same but now it autoinstalls + ./tasks/build.sh -o -e -r Same as the first one but now launch optipng + ./tasks/build.sh -e Continue building. useful if you cancelled the build ${info_color}Arguments:${reset_colors} -h --help help Show this help.