Module Name: src
Committed By: wiz
Date: Mon May 5 21:04:09 UTC 2014
Modified Files:
src/usr.bin/config: main.c
Log Message:
Sort options in usage.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/usr.bin/config/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/config/main.c
diff -u src/usr.bin/config/main.c:1.52 src/usr.bin/config/main.c:1.53
--- src/usr.bin/config/main.c:1.52 Mon May 5 19:08:13 2014
+++ src/usr.bin/config/main.c Mon May 5 21:04:09 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.52 2014/05/05 19:08:13 martin Exp $ */
+/* $NetBSD: main.c,v 1.53 2014/05/05 21:04:09 wiz Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -486,8 +486,8 @@ main(int argc, char **argv)
static void
usage(void)
{
- (void)fprintf(stderr, "Usage: %s [-Ppv] [-s srcdir] [-b builddir] "
- "[-D var=value] [-U var] "
+ (void)fprintf(stderr, "Usage: %s [-Ppv] [-b builddir] [-D var=value] "
+ "[-s srcdir] [-U var] "
"[config-file]\n\t%s -x [kernel-file]\n"
"\t%s -L [-v] [-s srcdir] [config-file]\n",
getprogname(), getprogname(), getprogname());