Module Name: src Committed By: wiz Date: Sun May 19 09:14:14 UTC 2019
Modified Files: src/usr.bin/elf2aout: elf2aout.c Log Message: Sort options in usage. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/elf2aout/elf2aout.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/elf2aout/elf2aout.c diff -u src/usr.bin/elf2aout/elf2aout.c:1.22 src/usr.bin/elf2aout/elf2aout.c:1.23 --- src/usr.bin/elf2aout/elf2aout.c:1.22 Sat May 18 21:16:12 2019 +++ src/usr.bin/elf2aout/elf2aout.c Sun May 19 09:14:13 2019 @@ -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 int debug; 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); }