summaryrefslogtreecommitdiffstats
path: root/usr.bin/unexpand
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-10-13 16:22:25 +0000
committerru <ru@FreeBSD.org>2006-10-13 16:22:25 +0000
commitc8e1d7d89e3f153bb34e51638541e21f4cb462a8 (patch)
tree17da2917f8f36f2ba44be56c448ac5a059d45639 /usr.bin/unexpand
parentaeb789985adc8cffbbf4d4445108095599d5705a (diff)
downloadFreeBSD-src-c8e1d7d89e3f153bb34e51638541e21f4cb462a8.zip
FreeBSD-src-c8e1d7d89e3f153bb34e51638541e21f4cb462a8.tar.gz
Document that unexpand(1)'s -a and -t options are exclusive.
PR: docs/85063
Diffstat (limited to 'usr.bin/unexpand')
-rw-r--r--usr.bin/unexpand/unexpand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c
index 10b54ee..d59cd4e 100644
--- a/usr.bin/unexpand/unexpand.c
+++ b/usr.bin/unexpand/unexpand.c
@@ -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);
}
OpenPOWER on IntegriCloud