From 06a9c3b839d876146acf0ed7d987762591da04c0 Mon Sep 17 00:00:00 2001 From: Omer Faruk Bayram Date: Tue, 28 Mar 2023 13:49:29 +0300 Subject: [PATCH] scripts: dev_cli: mention the `--local` flag in the help string Signed-off-by: Omer Faruk Bayram --- scripts/dev_cli.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/dev_cli.sh b/scripts/dev_cli.sh index 16d4985de..cc497f18f 100755 --- a/scripts/dev_cli.sh +++ b/scripts/dev_cli.sh @@ -172,7 +172,11 @@ process_volumes_args() { cmd_help() { echo "" echo "Cloud Hypervisor $(basename "$0")" - echo "Usage: $(basename "$0") []" + echo "Usage: $(basename "$0") [flags] []" + echo "" + echo "Available flags": + echo "" + echo " --local Set the container image version being used to \"local\"." echo "" echo "Available commands:" echo ""