Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/ps Sort options in usage.
details: https://anonhg.NetBSD.org/src/rev/e5f89094ac59
branches: trunk
changeset: 379512:e5f89094ac59
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Jun 04 08:17:53 2021 +0000
description:
Sort options in usage.
diffstat:
bin/ps/ps.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 366d57f7645b -r e5f89094ac59 bin/ps/ps.c
--- a/bin/ps/ps.c Fri Jun 04 08:16:14 2021 +0000
+++ b/bin/ps/ps.c Fri Jun 04 08:17:53 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ps.c,v 1.94 2021/06/04 06:28:42 cjep Exp $ */
+/* $NetBSD: ps.c,v 1.95 2021/06/04 08:17:53 wiz Exp $ */
/*
* Copyright (c) 2000-2008 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@
#if 0
static char sccsid[] = "@(#)ps.c 8.4 (Berkeley) 4/2/94";
#else
-__RCSID("$NetBSD: ps.c,v 1.94 2021/06/04 06:28:42 cjep Exp $");
+__RCSID("$NetBSD: ps.c,v 1.95 2021/06/04 08:17:53 wiz Exp $");
#endif
#endif /* not lint */
@@ -965,8 +965,8 @@ usage(void)
(void)fprintf(stderr,
"usage:\t%s\n\t %s\n\t%s\n",
- "ps [-AaCcdehjlmrSsTuvwx] [-k key] [-M core] [-N system] [-O fmt]",
- "[-o fmt] [-p pid] [-t tty] [-U user] [-G group] [-W swap]",
+ "ps [-AaCcdehjlmrSsTuvwx] [-G group] [-k key] [-M core] [-N system]",
+ "[-O fmt] [-o fmt] [-p pid] [-t tty] [-U user] [-W swap]",
"ps -L");
exit(1);
/* NOTREACHED */
Home |
Main Index |
Thread Index |
Old Index