scripts/kernel_bump: Improve omitted version error
authorOlliver Schinagl <oliver@schinagl.nl>
Thu, 21 Mar 2024 08:41:54 +0000 (09:41 +0100)
committerRobert Marko <robimarko@gmail.com>
Fri, 12 Apr 2024 16:20:52 +0000 (18:20 +0200)
commited896c32b09e3adfaa5fdda5c584ef776e395b09
tree29e6deeab59a24d38c3e0a57d3c1a9e8698ee34e
parent03f2f530a00a55e6580733cd6ccd01a018a473ee
scripts/kernel_bump: Improve omitted version error

If a version string was not supplied, we currently print an empty
string. We can do better here. Also by popular demand, print the usage
information in case of error.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
scripts/kernel_bump.sh