Document that unexpand(1)'s -a and -t options are exclusive.
PR: docs/85063
This commit is contained in:
parent
0414904d4c
commit
bb361298a5
@ -32,7 +32,7 @@
|
||||
.\" @(#)expand.1 8.1 (Berkeley) 6/9/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd April 21, 2002
|
||||
.Dd October 13, 2006
|
||||
.Dt EXPAND 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -49,9 +49,8 @@
|
||||
.Oc
|
||||
.Op Ar
|
||||
.Nm unexpand
|
||||
.Op Fl a
|
||||
.Oo
|
||||
.Fl t
|
||||
.Fl a | t
|
||||
.Sm off
|
||||
.Ar tab1 , tab2 , ... , tabn
|
||||
.Sm on
|
||||
|
@ -112,7 +112,7 @@ main(int argc, char *argv[])
|
||||
static void
|
||||
usage(void)
|
||||
{
|
||||
fprintf(stderr, "usage: unexpand [-a] [-t tablist] [file ...]\n");
|
||||
fprintf(stderr, "usage: unexpand [-a | -t tablist] [file ...]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user