1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00

Make usage match options.

Approved by:	rwatson
This commit is contained in:
David Malone 2002-07-27 23:19:25 +00:00
parent d7a2a73c84
commit 228ee8e7b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100778

View File

@ -57,7 +57,7 @@ void
usage(void)
{
fprintf(stderr, "getextattr [-s] [attrnamespace] [attrname] "
fprintf(stderr, "getextattr [-ls] [attrnamespace] [attrname] "
"[filename ...]\n");
exit(-1);
}