From: Matthias Schmidt Date: Thu, 27 Dec 2007 13:31:42 +0000 (+0000) Subject: Add 'H' to usage() options. This was missing from the last commit. X-Git-Tag: v2.0.1~1542 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/7676fe7c47a653471417e53961f83058af2d9ae3 Add 'H' to usage() options. This was missing from the last commit. --- diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 3d3c84b5d9..5024b795f5 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -33,7 +33,7 @@ * @(#) Copyright (c) 1990, 1993, 1994 The Regents of the University of California. All rights reserved. * @(#)ps.c 8.4 (Berkeley) 4/2/94 * $FreeBSD: src/bin/ps/ps.c,v 1.30.2.6 2002/07/04 08:30:37 sobomax Exp $ - * $DragonFly: src/bin/ps/ps.c,v 1.23 2007/08/14 20:29:06 dillon Exp $ + * $DragonFly: src/bin/ps/ps.c,v 1.24 2007/12/27 13:31:42 matthias Exp $ */ #include @@ -648,7 +648,7 @@ usage(void) { fprintf(stderr, "%s\n%s\n%s\n", - "usage: ps [-aChjlmrSTuvwx] [-O|o fmt] [-p pid] [-t tty] [-U user]", + "usage: ps [-aChHjlmrSTuvwx] [-O|o fmt] [-p pid] [-t tty] [-U user]", " [-M core] [-N system]", " ps [-L]"); exit(1);