summaryrefslogtreecommitdiffstats
path: root/sbin/modload
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-12-09 08:10:45 +0000
committermpp <mpp@FreeBSD.org>1996-12-09 08:10:45 +0000
commit316f6be0fa40f1f38890e5f7030d808f4de39e18 (patch)
tree56f73489538fe989863c506f1d3cdbe2e5b867b5 /sbin/modload
parent6c8b1af21eebb1fe0653e3aa5728cb8599b8cde2 (diff)
downloadFreeBSD-src-316f6be0fa40f1f38890e5f7030d808f4de39e18.zip
FreeBSD-src-316f6be0fa40f1f38890e5f7030d808f4de39e18.tar.gz
Improve the format of the usage string output.
Submitted by: Sandro Sigala <sandro@cat.locao.net> as part of PR# 2134
Diffstat (limited to 'sbin/modload')
-rw-r--r--sbin/modload/modload.c8
1 files changed, 4 insertions, 4 deletions
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 <stdio.h>
@@ -121,10 +121,10 @@ void
usage()
{
- fprintf(stderr, "usage:\n");
- fprintf(stderr, "modload [-d] [-v] [-q] [-u] [-A <kernel>] [-e <entry]\n");
+ fprintf(stderr,
+ "usage: modload [-d] [-v] [-q] [-u] [-A <kernel>] [-e <entry]\n");
fprintf(stderr,
- "[-p <postinstall>] [-o <output file>] <input file>\n");
+ " [-p <postinstall>] [-o <output file>] <input file>\n");
exit(1);
}
OpenPOWER on IntegriCloud