From 97b6c267ce742b79649bf7c649a80d0d3d87a2b7 Mon Sep 17 00:00:00 2001 From: Connor Lane Smith Date: Sun, 29 May 2011 21:34:02 +0100 Subject: [PATCH] nl: update usage --- nl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nl.c b/nl.c index 67275d8..660312f 100644 --- a/nl.c +++ b/nl.c @@ -27,7 +27,7 @@ main(int argc, char *argv[]) if(optarg[0] == 'p') regcomp(&preg, &optarg[1], REG_NOSUB); else if(!strchr("ant", optarg[0]) || optarg[1] != '\0') - eprintf("usage: %s [-b mode] [file...]\n", argv[0]); + eprintf("usage: %s [-b mode] [-i increment] [-s separator] [file...]\n", argv[0]); break; case 'i': incr = strtol(optarg, &end, 0);