Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/elf2aout Sort options in usage.
details: https://anonhg.NetBSD.org/src/rev/c966e2eafb63
branches: trunk
changeset: 999116:c966e2eafb63
user: wiz <wiz%NetBSD.org@localhost>
date: Sun May 19 09:14:13 2019 +0000
description:
Sort options in usage.
diffstat:
usr.bin/elf2aout/elf2aout.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6ddc80d5c373 -r c966e2eafb63 usr.bin/elf2aout/elf2aout.c
--- a/usr.bin/elf2aout/elf2aout.c Sun May 19 08:49:08 2019 +0000
+++ b/usr.bin/elf2aout/elf2aout.c Sun May 19 09:14:13 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: elf2aout.c,v 1.22 2019/05/18 21:16:12 christos Exp $ */
+/* $NetBSD: elf2aout.c,v 1.23 2019/05/19 09:14:13 wiz Exp $ */
/*
* Copyright (c) 1995
@@ -79,7 +79,7 @@
static __dead void
usage(void)
{
- fprintf(stderr, "Usage: %s [-sO] <elf executable> <a.out executable>\n",
+ fprintf(stderr, "Usage: %s [-Os] <elf executable> <a.out executable>\n",
getprogname());
exit(EXIT_FAILURE);
}
Home |
Main Index |
Thread Index |
Old Index