From 316f6be0fa40f1f38890e5f7030d808f4de39e18 Mon Sep 17 00:00:00 2001 From: mpp Date: Mon, 9 Dec 1996 08:10:45 +0000 Subject: Improve the format of the usage string output. Submitted by: Sandro Sigala as part of PR# 2134 --- sbin/modload/modload.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sbin/modload') diff --git a/sbin/modload/modload.c b/sbin/modload/modload.c index ee6ca0a..71dffc3 100644 --- a/sbin/modload/modload.c +++ b/sbin/modload/modload.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: modload.c,v 1.12 1996/08/13 00:43:01 pst Exp $ + * $Id: modload.c,v 1.13 1996/08/13 00:50:59 pst Exp $ */ #include @@ -121,10 +121,10 @@ void usage() { - fprintf(stderr, "usage:\n"); - fprintf(stderr, "modload [-d] [-v] [-q] [-u] [-A ] [-e ] [-e ] [-o ] \n"); + " [-p ] [-o ] \n"); exit(1); } -- cgit v1.1