=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.c,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- src/usr.bin/top/top.c 2007/02/27 16:27:39 1.49 +++ src/usr.bin/top/top.c 2007/04/01 19:07:48 1.50 @@ -1,4 +1,4 @@ -/* $OpenBSD: top.c,v 1.49 2007/02/27 16:27:39 otto Exp $ */ +/* $OpenBSD: top.c,v 1.50 2007/04/01 19:07:48 jmc Exp $ */ /* * Top users/processes display for Unix @@ -137,7 +137,8 @@ extern char *__progname; fprintf(stderr, - "usage: %s [-bCIinqSTu] [-d count] [-g command] [-o field] [-p pid] [-s time]\n\t[-U username] [number]\n", + "usage: %s [-bCIinqSTu] [-d count] [-g string] [-o field] " + "[-p pid] [-s time]\n\t[-U user] [number]\n", __progname); }