From b90ef46a2fbc1f210795d01c9dee181dbf3f1922 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 12 Jan 1996 08:49:43 +0000 Subject: oops. I forgot to add the "[-U username]" option to the usage string. --- bin/ps/ps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ps/ps.c') diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 0899212..50e754b 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ps.c,v 1.9 1995/10/26 10:57:52 ache Exp $ + * $Id: ps.c,v 1.10 1995/12/26 03:38:55 peter Exp $ */ #ifndef lint @@ -515,7 +515,7 @@ usage() (void)fprintf(stderr, "usage:\t%s\n\t %s\n\t%s\n", - "ps [-aChjlmrSTuvwx] [-O|o fmt] [-p pid] [-t tty]", + "ps [-aChjlmrSTuvwx] [-O|o fmt] [-p pid] [-t tty] [-U user]", "[-M core] [-N system] [-W swap]", "ps [-L]"); exit(1); -- cgit v1.1