mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-02 09:55:21 +00:00
main: Remove spurious second help line for "--device"
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
63c5d09537
commit
babefbd9bf
@ -201,7 +201,6 @@ fn create_app<'a, 'b>(
|
|||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("device")
|
Arg::with_name("device")
|
||||||
.long("device")
|
.long("device")
|
||||||
.help("Direct device assignment parameter")
|
|
||||||
.help(
|
.help(
|
||||||
"Direct device assignment parameters \
|
"Direct device assignment parameters \
|
||||||
\"path=<device_path>,iommu=on|off,id=<device_id>\"",
|
\"path=<device_path>,iommu=on|off,id=<device_id>\"",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user