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