Signed-off-by: Lin Ma <lma(a)suse.de>
---
tools/virsh-domain-monitor.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/virsh-domain-monitor.c b/tools/virsh-domain-monitor.c
index 0111116885..a813476936 100644
--- a/tools/virsh-domain-monitor.c
+++ b/tools/virsh-domain-monitor.c
@@ -469,6 +469,8 @@ cmdDomblkinfo(vshControl *ctl, const vshCmd *cmd)
char *phy = NULL;
vshTablePtr table = NULL;
+ VSH_EXCLUSIVE_OPTIONS("all", "device");
+
if (!(dom = virshCommandOptDomain(ctl, cmd, NULL)))
return false;
--
2.26.0