=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/quota/quota.c,v retrieving revision 1.26 retrieving revision 1.27 diff -c -r1.26 -r1.27 *** src/usr.bin/quota/quota.c 2005/04/03 19:02:30 1.26 --- src/usr.bin/quota/quota.c 2005/05/05 19:17:11 1.27 *************** *** 1,4 **** ! /* $OpenBSD: quota.c,v 1.26 2005/04/03 19:02:30 otto Exp $ */ /* * Copyright (c) 1980, 1990, 1993 --- 1,4 ---- ! /* $OpenBSD: quota.c,v 1.27 2005/05/05 19:17:11 jmc Exp $ */ /* * Copyright (c) 1980, 1990, 1993 *************** *** 41,47 **** #ifndef lint /*static char sccsid[] = "from: @(#)quota.c 8.1 (Berkeley) 6/6/93";*/ static const char rcsid[] = ! "$OpenBSD: quota.c,v 1.26 2005/04/03 19:02:30 otto Exp $"; #endif /* not lint */ /* --- 41,47 ---- #ifndef lint /*static char sccsid[] = "from: @(#)quota.c 8.1 (Berkeley) 6/6/93";*/ static const char rcsid[] = ! "$OpenBSD: quota.c,v 1.27 2005/05/05 19:17:11 jmc Exp $"; #endif /* not lint */ /* *************** *** 181,189 **** { fprintf(stderr, "%s\n%s\n%s\n", ! "Usage: quota [-guqv]", ! "\tquota [-qv] -u username ...", ! "\tquota [-qv] -g groupname ..."); exit(1); } --- 181,189 ---- { fprintf(stderr, "%s\n%s\n%s\n", ! "Usage: quota [-q | -v] [-gu]", ! "\tquota [-q | -v] -g group ...", ! "\tquota [-q | -v] -u user ..."); exit(1); }