From 4d6b787d2daa6eb05c0f3526d65b0b92b1afa715 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 22 Apr 2002 13:44:47 +0000 Subject: Usage style sweep: spell "usage" with a small 'u'. Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. --- bin/sh/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/sh/options.c') diff --git a/bin/sh/options.c b/bin/sh/options.c index 5a3ba34..dbcb67e 100644 --- a/bin/sh/options.c +++ b/bin/sh/options.c @@ -373,7 +373,7 @@ getoptscmd(int argc, char **argv) char **optbase = NULL; if (argc < 3) - error("Usage: getopts optstring var [arg]"); + error("usage: getopts optstring var [arg]"); else if (argc == 3) optbase = shellparam.p; else -- cgit v1.1