Signed-off-by: Karel Zak <kzak@redhat.com>
.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
of all supported columns. This option cannot be combined with the
.BR \-\-add ,
.BR \-\-delete ,
+.BR \-\-update
or
.B \-\-list
options.
};
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;