scripts: dev_cli: mention the --local flag in the help string

Signed-off-by: Omer Faruk Bayram <omer.faruk@sartura.hr>
This commit is contained in:
Omer Faruk Bayram 2023-03-28 13:49:29 +03:00 committed by Rob Bradford
parent 36cf46e381
commit 06a9c3b839

View File

@ -172,7 +172,11 @@ process_volumes_args() {
cmd_help() {
echo ""
echo "Cloud Hypervisor $(basename "$0")"
echo "Usage: $(basename "$0") <command> [<command args>]"
echo "Usage: $(basename "$0") [flags] <command> [<command args>]"
echo ""
echo "Available flags":
echo ""
echo " --local Set the container image version being used to \"local\"."
echo ""
echo "Available commands:"
echo ""