diff options
author | peter <peter@FreeBSD.org> | 1996-01-12 08:49:43 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-01-12 08:49:43 +0000 |
commit | b90ef46a2fbc1f210795d01c9dee181dbf3f1922 (patch) | |
tree | 028fc505224c990ff1cd338ade42fa3f70279ddc /bin/ps | |
parent | 5bacc668ca5aaebd3a42f661543d52a3a6fb72c6 (diff) | |
download | FreeBSD-src-b90ef46a2fbc1f210795d01c9dee181dbf3f1922.zip FreeBSD-src-b90ef46a2fbc1f210795d01c9dee181dbf3f1922.tar.gz |
oops. I forgot to add the "[-U username]" option to the usage string.
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |