bin: vhost_user_blk: Rename "--backend" to "--block-backend"

This will prevent it from conflicting when it is aggregated into the
cloud-hypervisor binary.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2020-01-20 14:28:06 +00:00
parent 032b8e4c1d
commit 3ede2dc53a
2 changed files with 5 additions and 5 deletions

View File

@@ -1822,7 +1822,7 @@ mod tests {
// Start the daemon
let child = Command::new("target/release/vhost_user_blk")
.args(&[
"--backend",
"--block-backend",
format!(
"image={},sock={},readonly={},direct={}",
blk_file_path, vubd_socket_path, rdonly, direct