diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-12-15 12:59:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-12-15 12:59:12 +0000 |
commit | 25164f535ac75e34339ba266932a2c8fc079af02 (patch) | |
tree | 7122ae13a6103153beca3da9e8ad505ed4a28609 /sbin/mount_udf | |
parent | a321a2eaa75bc11f157772244540af5f954e4eee (diff) |
sync usage();
Diffstat (limited to 'sbin/mount_udf')
-rw-r--r-- | sbin/mount_udf/mount_udf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_udf/mount_udf.c b/sbin/mount_udf/mount_udf.c index 813e1e5ca73..fc61786864a 100644 --- a/sbin/mount_udf/mount_udf.c +++ b/sbin/mount_udf/mount_udf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount_udf.c,v 1.3 2006/07/11 16:24:09 pedro Exp $ */ +/* $OpenBSD: mount_udf.c,v 1.4 2006/12/15 12:59:11 jmc Exp $ */ /* * Copyright (c) 2005 Pedro Martelletto <pedro@openbsd.org> @@ -37,7 +37,7 @@ usage(void) { extern char *__progname; - fprintf(stderr, "usage: %s special node\n", __progname); + fprintf(stderr, "usage: %s [-o options] special node\n", __progname); exit(EXIT_FAILURE); } |