dualboot: update-firmware: add long options to the tool usage

Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
This commit is contained in:
Tatiana Leon 2023-03-21 13:50:07 +01:00
parent b00bddb73f
commit d7f9cfb718
1 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
# #
# update-firmware # update-firmware
# #
# Copyright (C) 2021-2022 by Digi International Inc. # Copyright (C) 2021-2023 by Digi International Inc.
# All rights reserved. # All rights reserved.
# #
# This program is free software; you can redistribute it and/or modify it # This program is free software; you can redistribute it and/or modify it
@ -11,7 +11,7 @@
# the Free Software Foundation. # the Free Software Foundation.
# #
# #
# !Description: Dual boot firmware update script # !Description: Firmware update script
# #
#=============================================================================== #===============================================================================
@ -31,9 +31,9 @@ usage() {
Usage: ${SCRIPTNAME} [OPTIONS] </your-path/your-filename>.swu Usage: ${SCRIPTNAME} [OPTIONS] </your-path/your-filename>.swu
-a Show currently active system -a --active Show currently active system
-v Enable verbosity -v --verbose Enable verbosity
-h Show this help -h --help Print help and exit
EOF EOF
} }