All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pvdisplay: support -a option
@ 2022-06-09  1:47 Wu Guanghao
  2022-06-25  2:21 ` Wu Guanghao
  0 siblings, 1 reply; 3+ messages in thread
From: Wu Guanghao @ 2022-06-09  1:47 UTC (permalink / raw)
  To: lvm-devel

pvdisplay already supports the -a option, but it is filtered at the begining,
so delete the redundant judgment.

Signed-off-by: Wu Guanghao <wuguanghao3@huawei.com>
---
 tools/pvdisplay.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/pvdisplay.c b/tools/pvdisplay.c
index 11f38ebd2..1ed9c0d3f 100644
--- a/tools/pvdisplay.c
+++ b/tools/pvdisplay.c
@@ -72,7 +72,6 @@ int pvdisplay(struct cmd_context *cmd, int argc, char **argv)
        }

        if (arg_is_set(cmd, aligned_ARG) ||
-           arg_is_set(cmd, all_ARG) ||
            arg_is_set(cmd, binary_ARG) ||
            arg_is_set(cmd, noheadings_ARG) ||
            arg_is_set(cmd, options_ARG) ||
--
2.27.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-27 14:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-09  1:47 [PATCH] pvdisplay: support -a option Wu Guanghao
2022-06-25  2:21 ` Wu Guanghao
2022-06-27 14:54   ` David Teigland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.