mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
Index: src/sbin/growfs/growfs.c
=================================================================== RCS file: /cvs/src/sbin/growfs/growfs.c,v retrieving revision 1.23 diff -u -p -r1.23 growfs.c --- src/sbin/growfs/growfs.c 5 Oct 2007 13:56:14 -0000 1.23 +++ src/sbin/growfs/growfs.c 4 Jun 2008 10:10:32 -0000 @@ -2227,7 +2227,7 @@ usage(void) DBG_ENTER; - fprintf(stderr, "usage: growfs [-Ny] [-s size] special\n"); + fprintf(stderr, "usage: growfs [-Nqy] [-s size] special\n"); DBG_LEAVE; exit(1);
This commit is contained in:
parent
c052e7d0ae
commit
c93bbb01c7
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: growfs.c,v 1.23 2007/10/05 13:56:14 chl Exp $ */
|
||||
/* $OpenBSD: growfs.c,v 1.24 2008/06/24 08:33:04 sobrado Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz
|
||||
* Copyright (c) 1980, 1989, 1993 The Regents of the University of California.
|
||||
@ -2227,7 +2227,7 @@ usage(void)
|
||||
|
||||
DBG_ENTER;
|
||||
|
||||
fprintf(stderr, "usage: growfs [-Ny] [-s size] special\n");
|
||||
fprintf(stderr, "usage: growfs [-Nqy] [-s size] special\n");
|
||||
|
||||
DBG_LEAVE;
|
||||
exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user