diff --git a/vmm/src/config.rs b/vmm/src/config.rs index 8a8d637fd..16089e558 100644 --- a/vmm/src/config.rs +++ b/vmm/src/config.rs @@ -1334,7 +1334,7 @@ impl FromStr for VhostMode { impl NetConfig { pub const SYNTAX: &'static str = "Network parameters \ - \"tap=,ip=,mask=,mac=,fd=,iommu=on|off,\ + \"tap=,ip=,mask=,mac=,fd=<[fd1,fd2,...]>,iommu=on|off,\ num_queues=,queue_size=,id=,\ vhost_user=,socket=,vhost_mode=client|server,\ bw_size=,bw_one_time_burst=,bw_refill_time=,\