From: Thomas Nikolajsen Date: Sun, 15 Nov 2009 14:47:38 +0000 (+0100) Subject: ps: Sync usage() to SYNOPSIS X-Git-Tag: v2.7.1~373^2~13 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/d7385f75c24fe7df0b017ddb30963cad79311bbe?ds=sidebyside ps: Sync usage() to SYNOPSIS --- diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 080aabd76b..f38c610dee 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -669,8 +669,8 @@ usage(void) { fprintf(stderr, "%s\n%s\n%s\n", - "usage: ps [-aChHjlmrSTuvwx] [-O|o fmt] [-p pid] [-t tty] [-U user]", - " [-M core] [-N system]", + "usage: ps [-aCcefhHjlmrSTuvwx] [-M core] [-N system] [-O fmt] [-o fmt] [-p pid]", + " [-t tty] [-U username]", " ps [-L]"); exit(1); }