Skip to content

Commit 197f51c

Browse files
committed
new_release: fix available option in help
1 parent e670616 commit 197f51c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helpers/new_release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# Turris OS script verifying new release
3-
# (C) 2019-2021 CZ.NIC, z.s.p.o.
3+
# (C) 2019-2024 CZ.NIC, z.s.p.o.
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by
@@ -240,7 +240,7 @@ print_help() {
240240
echo "Turris OS new releases managing tool."
241241
echo
242242
echo "Options:"
243-
echo " -v Run script with verbose output"
243+
echo " -d Run script in debugging (verbose) mode"
244244
echo " -h Print this help text"
245245
echo "Modes:"
246246
echo " verify"

0 commit comments

Comments
 (0)