Skip to content
Snippets Groups Projects
Unverified Commit 197f51c6 authored by Richard Muzik's avatar Richard Muzik
Browse files

new_release: fix available option in help

parent e670616f
Branches
Tags
1 merge request!755new_release: fix available option in help
Pipeline #128668 failed with stages
in 8 minutes and 30 seconds
#!/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"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment