From 40e0f444955690d4c5a5c5da8320a65e23a50553 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Fri, 13 Jun 2014 12:57:22 +0200 Subject: [PATCH] report: select: add --select arg to lvm devtypes --- tools/commands.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/commands.h b/tools/commands.h index 450412623..019d4ef49 100644 --- a/tools/commands.h +++ b/tools/commands.h @@ -42,6 +42,7 @@ xx(devtypes, "\t[-o|--options [+]Field[,Field]]\n" "\t[-O|--sort [+|-]key1[,[+|-]key2[,...]]]\n" "\t[--rows]\n" + "\t[-S|--select Selection]\n" "\t[--separator Separator]\n" "\t[--unbuffered]\n" "\t[--unquoted]\n" @@ -50,7 +51,7 @@ xx(devtypes, aligned_ARG, nameprefixes_ARG, noheadings_ARG, nosuffix_ARG, options_ARG, - rows_ARG, separator_ARG, sort_ARG, + rows_ARG, select_ARG, separator_ARG, sort_ARG, unbuffered_ARG, unquoted_ARG) xx(dumpconfig, -- 2.43.5