Bandwidth options in blockcommit, blockcopy, blockjob and blockpull
are parsed by vshCommandOptULWrap() and should be shown as a number
type option.
And a typo is fixed.
Signed-off-by: Hao Liu <hliu@redhat.com>
.help = N_("fully-qualified path of disk")
},
{.name = "bandwidth",
- .type = VSH_OT_DATA,
+ .type = VSH_OT_INT,
.help = N_("bandwidth limit in MiB/s")
},
{.name = "base",
.help = N_("path of the copy to create")
},
{.name = "bandwidth",
- .type = VSH_OT_DATA,
+ .type = VSH_OT_INT,
.help = N_("bandwidth limit in MiB/s")
},
{.name = "shallow",
.help = N_("implies --info; output details rather than human summary")
},
{.name = "bandwidth",
- .type = VSH_OT_DATA,
- .help = N_("set the Bandwidth limit in MiB/s")
+ .type = VSH_OT_INT,
+ .help = N_("set the bandwidth limit in MiB/s")
},
{.name = NULL}
};
.help = N_("fully-qualified path of disk")
},
{.name = "bandwidth",
- .type = VSH_OT_DATA,
+ .type = VSH_OT_INT,
.help = N_("bandwidth limit in MiB/s")
},
{.name = "base",