]> sourceware.org Git - lvm2.git/commitdiff
report: select: add --select arg to lvm devtypes
authorPeter Rajnoha <prajnoha@redhat.com>
Fri, 13 Jun 2014 10:57:22 +0000 (12:57 +0200)
committerPeter Rajnoha <prajnoha@redhat.com>
Tue, 17 Jun 2014 14:27:21 +0000 (16:27 +0200)
tools/commands.h

index 450412623840805ba76e02cd9ad927b7ba5877d9..019d4ef49a7953aa17835c64c65017a84ae65c81 100644 (file)
@@ -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,
This page took 0.033632 seconds and 5 git commands to generate.