From d7f9cfb7181f8396d58dd65d8191486810155417 Mon Sep 17 00:00:00 2001 From: Tatiana Leon Date: Tue, 21 Mar 2023 13:50:07 +0100 Subject: [PATCH] dualboot: update-firmware: add long options to the tool usage Signed-off-by: Tatiana Leon --- .../recipes-digi/dualboot/dualboot/update-firmware | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-digi-dey/recipes-digi/dualboot/dualboot/update-firmware b/meta-digi-dey/recipes-digi/dualboot/dualboot/update-firmware index f5019e468..80ab1dea9 100755 --- a/meta-digi-dey/recipes-digi/dualboot/dualboot/update-firmware +++ b/meta-digi-dey/recipes-digi/dualboot/dualboot/update-firmware @@ -3,7 +3,7 @@ # # update-firmware # -# Copyright (C) 2021-2022 by Digi International Inc. +# Copyright (C) 2021-2023 by Digi International Inc. # All rights reserved. # # This program is free software; you can redistribute it and/or modify it @@ -11,7 +11,7 @@ # the Free Software Foundation. # # -# !Description: Dual boot firmware update script +# !Description: Firmware update script # #=============================================================================== @@ -31,9 +31,9 @@ usage() { Usage: ${SCRIPTNAME} [OPTIONS] .swu - -a Show currently active system - -v Enable verbosity - -h Show this help + -a --active Show currently active system + -v --verbose Enable verbosity + -h --help Print help and exit EOF }