From 197f51c608473b55ebda0f5e66a58e7f99461a01 Mon Sep 17 00:00:00 2001 From: Richard Muzik <richard.muzik@turris.com> Date: Tue, 6 Aug 2024 13:14:33 +0200 Subject: [PATCH] new_release: fix available option in help --- helpers/new_release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/new_release.sh b/helpers/new_release.sh index 1f56a725b..3fdc18249 100755 --- a/helpers/new_release.sh +++ b/helpers/new_release.sh @@ -1,6 +1,6 @@ #!/bin/bash # Turris OS script verifying new release -# (C) 2019-2021 CZ.NIC, z.s.p.o. +# (C) 2019-2024 CZ.NIC, z.s.p.o. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -240,7 +240,7 @@ print_help() { echo "Turris OS new releases managing tool." echo echo "Options:" - echo " -v Run script with verbose output" + echo " -d Run script in debugging (verbose) mode" echo " -h Print this help text" echo "Modes:" echo " verify" -- GitLab