summaryrefslogtreecommitdiffstats
path: root/usr.bin/nl
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-08-17 10:33:54 +0000
committertjr <tjr@FreeBSD.org>2003-08-17 10:33:54 +0000
commitd21c6d5071dfec3042de4b42f1f7754eeb80247b (patch)
tree88800982e0120de1b7bd18b02f7df5e41b75cce6 /usr.bin/nl
parent050704951f217d90e57850dba060b671b02a551e (diff)
downloadFreeBSD-src-d21c6d5071dfec3042de4b42f1f7754eeb80247b.zip
FreeBSD-src-d21c6d5071dfec3042de4b42f1f7754eeb80247b.tar.gz
Tidy up usage message.
Diffstat (limited to 'usr.bin/nl')
-rw-r--r--usr.bin/nl/nl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/nl/nl.c b/usr.bin/nl/nl.c
index 43a7027..e3a5342 100644
--- a/usr.bin/nl/nl.c
+++ b/usr.bin/nl/nl.c
@@ -403,8 +403,8 @@ static void
usage()
{
- (void)fprintf(stderr, "usage: nl [-p] [-b type] [-d delim] [-f type] \
-[-h type] [-i incr] [-l num]\n\t[-n format] [-s sep] [-v startnum] [-w width] \
-[file]\n");
+ (void)fprintf(stderr,
+"usage: nl [-p] [-b type] [-d delim] [-f type] [-h type] [-i incr] [-l num]\n"
+" [-n format] [-s sep] [-v startnum] [-w width] [file]\n");
exit(EXIT_FAILURE);
}
OpenPOWER on IntegriCloud