]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
partx: add --update to ul_excl_twq list
authorKarel Zak <kzak@redhat.com>
Mon, 12 Jan 2015 09:58:00 +0000 (10:58 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 12 Jan 2015 09:58:00 +0000 (10:58 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/partx.8
disk-utils/partx.c

index fb0fe381bb61378644faa7781e8f41b719cb3b67..776e22189ceaeac66fc0b17daa06b79ea9b722d0 100644 (file)
@@ -88,9 +88,10 @@ Specifies the lower and upper limits (e.g.\& \fB\-\-nr 2:4\fR).
 .TP
 .BR \-o , " \-\-output " \fIlist
 Define the output columns to use for
-.B \-\-show
-and
-.B \-\-raw
+.BR \-\-show ,
+.BR \-\-raw
+or
+.B \-\-pairs
 output.  If no output arrangement is specified, then a default set is
 used.  Use
 .B \-\-help
@@ -99,6 +100,7 @@ to get
 of all supported columns.  This option cannot be combined with the
 .BR \-\-add ,
 .BR \-\-delete ,
+.BR \-\-update
 or
 .B \-\-list
 options.
index 00c263173f815b212ccf74e0dee22d43f323443b..c53800f8803c87316bdf4b5364f75c1ae07203a3 100644 (file)
@@ -774,7 +774,7 @@ int main(int argc, char **argv)
        };
 
        static const ul_excl_t excl[] = {       /* rows and cols in in ASCII order */
-               { 'P','a','d','l','r','s' },
+               { 'P','a','d','l','r','s','u' },
                { 0 }
        };
        int excl_st[ARRAY_SIZE(excl)] = UL_EXCL_STATUS_INIT;