summaryrefslogtreecommitdiffstats
path: root/usr.bin/file2c/file2c.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-10-30 17:49:00 +0000
committerru <ru@FreeBSD.org>2007-10-30 17:49:00 +0000
commitcfcb49a9b0a1c5a66f214f77762c4ee061cebbc2 (patch)
tree0210b743ed50d0410db7d93956920be6b0efe1ed /usr.bin/file2c/file2c.c
parentba224897a0bc4faea25f7fcfc84fe45334147e2f (diff)
downloadFreeBSD-src-cfcb49a9b0a1c5a66f214f77762c4ee061cebbc2.zip
FreeBSD-src-cfcb49a9b0a1c5a66f214f77762c4ee061cebbc2.tar.gz
Apply style(9) to usage(), fix markup of the manpage.
Diffstat (limited to 'usr.bin/file2c/file2c.c')
-rw-r--r--usr.bin/file2c/file2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/file2c/file2c.c b/usr.bin/file2c/file2c.c
index 14f754e..e50bd1f 100644
--- a/usr.bin/file2c/file2c.c
+++ b/usr.bin/file2c/file2c.c
@@ -19,7 +19,7 @@ static void
usage(void)
{
- fprintf(stderr, "usage: %s [-n count] [-s] [-x] [prefix [suffix]]\n",
+ fprintf(stderr, "usage: %s [-sx] [-n count] [prefix [suffix]]\n",
getprogname());
exit(1);
}
OpenPOWER on IntegriCloud