Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/gspa/gspa Sort options in usage.
details: https://anonhg.NetBSD.org/src/rev/c1317198dfec
branches: trunk
changeset: 531862:c1317198dfec
user: wiz <wiz%NetBSD.org@localhost>
date: Mon May 27 21:11:41 2002 +0000
description:
Sort options in usage.
diffstat:
usr.sbin/gspa/gspa/gspa.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r cbb07350945d -r c1317198dfec usr.sbin/gspa/gspa/gspa.c
--- a/usr.sbin/gspa/gspa/gspa.c Mon May 27 20:18:56 2002 +0000
+++ b/usr.sbin/gspa/gspa/gspa.c Mon May 27 21:11:41 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gspa.c,v 1.8 2001/06/13 10:46:06 wiz Exp $ */
+/* $NetBSD: gspa.c,v 1.9 2002/05/27 21:11:41 wiz Exp $ */
/*
* GSP assembler main program
*
@@ -33,7 +33,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: gspa.c,v 1.8 2001/06/13 10:46:06 wiz Exp $");
+__RCSID("$NetBSD: gspa.c,v 1.9 2002/05/27 21:11:41 wiz Exp $");
#endif
#include <sys/param.h>
@@ -307,6 +307,6 @@
usage()
{
fprintf(stderr,
- "Usage: gspa [infile] [-c c_array_name|+o|-o hex_file] [+l|-l list_file]\n");
+ "Usage: gspa [-c c_array_name] [-l list_file] [-o hex_file] [infile]\n");
exit(1);
}
Home |
Main Index |
Thread Index |
Old Index