diff options
author | ru <ru@FreeBSD.org> | 2005-02-09 17:37:39 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-02-09 17:37:39 +0000 |
commit | 978b8f7f1d9acca15190b3e1c3c13206ae9ff3be (patch) | |
tree | f2459cf124e940897222cf3c2d1d840dc7a981a5 /bin/getfacl | |
parent | ecbdad392c9834599fff9cd2683900672354f4c0 (diff) | |
download | FreeBSD-src-978b8f7f1d9acca15190b3e1c3c13206ae9ff3be.zip FreeBSD-src-978b8f7f1d9acca15190b3e1c3c13206ae9ff3be.tar.gz |
Sync program's usage() with manpage's SYNOPSIS.
Diffstat (limited to 'bin/getfacl')
-rw-r--r-- | bin/getfacl/getfacl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/getfacl/getfacl.c b/bin/getfacl/getfacl.c index 75ad1da..297b412 100644 --- a/bin/getfacl/getfacl.c +++ b/bin/getfacl/getfacl.c @@ -52,7 +52,7 @@ static void usage(void) { - fprintf(stderr, "getfacl [-dh] [files ...]\n"); + fprintf(stderr, "getfacl [-dh] [file ...]\n"); } /* |