summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--disk-utils/partx.88
-rw-r--r--disk-utils/partx.c2
2 files changed, 6 insertions, 4 deletions
diff --git a/disk-utils/partx.8 b/disk-utils/partx.8
index fb0fe381b..776e22189 100644
--- a/disk-utils/partx.8
+++ b/disk-utils/partx.8
@@ -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.
diff --git a/disk-utils/partx.c b/disk-utils/partx.c
index 00c263173..c53800f88 100644
--- a/disk-utils/partx.c
+++ b/disk-utils/partx.c
@@ -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;