mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 03:15:20 +00:00
scripts: dev_cli.sh: Remove unused --unattended
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
eade9d8b87
commit
7e22786b2c
@ -603,7 +603,6 @@ while [ $# -gt 0 ]; do
|
||||
cmd_help
|
||||
exit 1
|
||||
} ;;
|
||||
-y | --unattended) { OPT_UNATTENDED=true; } ;;
|
||||
-*)
|
||||
die "Unknown arg: $1. Please use \`$0 help\` for help."
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user