summaryrefslogtreecommitdiff
path: root/tools/vgdisplay.c
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2014-12-11 15:16:04 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2014-12-11 15:20:16 +0100
commit3b02ccd2011c058f01c3acce76c599f3a39408e7 (patch)
treed7ad94899f51182e33145b3ea1e9bcaa970f405a /tools/vgdisplay.c
parent3ec482a3797261d867c097963e65c03306f01c97 (diff)
downloadlvm2-3b02ccd2011c058f01c3acce76c599f3a39408e7.tar.gz
tools, man: --binary option is available with -C for {pv,vg,lv}display
The {pv,vg,lv}display *do* use reporting in case "-C|--columns" is used. The man page was correct, the recognition for the --binary was missing in the code though!
Diffstat (limited to 'tools/vgdisplay.c')
-rw-r--r--tools/vgdisplay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/vgdisplay.c b/tools/vgdisplay.c
index 6e068aa02..59d741ad8 100644
--- a/tools/vgdisplay.c
+++ b/tools/vgdisplay.c
@@ -63,6 +63,7 @@ int vgdisplay(struct cmd_context *cmd, int argc, char **argv)
}
return vgs(cmd, argc, argv);
} else if (arg_count(cmd, aligned_ARG) ||
+ arg_count(cmd, binary_ARG) ||
arg_count(cmd, noheadings_ARG) ||
arg_count(cmd, options_ARG) ||
arg_count(cmd, select_ARG) ||