mirror of
https://github.com/openbsd/src.git
synced 2025-01-04 23:35:36 -08:00
sort options, and avoid line wrap, in usage(); ok guenther
This commit is contained in:
parent
f4480b6b82
commit
e2f8c590af
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: getconf.c,v 1.13 2013/03/02 05:33:41 guenther Exp $ */
|
||||
/* $OpenBSD: getconf.c,v 1.14 2013/03/02 07:18:17 jmc Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -536,7 +536,8 @@ usage(void)
|
||||
{
|
||||
extern char *__progname;
|
||||
|
||||
(void)fprintf(stderr, "usage: %s [-lL] [-v spec] name [pathname]\n",
|
||||
(void)fprintf(stderr,
|
||||
"usage: %s [-Ll] [-v specification] name [pathname]\n",
|
||||
__progname);
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user