Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/mkubootimage Add lzma and lzo to usage. From Elie De...



details:   https://anonhg.NetBSD.org/src/rev/8494324983dd
branches:  trunk
changeset: 768004:8494324983dd
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Aug 06 11:12:05 2011 +0000

description:
Add lzma and lzo to usage. From Elie De Brauwer in PR 45219.

diffstat:

 usr.bin/mkubootimage/mkubootimage.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 00f280c558fb -r 8494324983dd usr.bin/mkubootimage/mkubootimage.c
--- a/usr.bin/mkubootimage/mkubootimage.c       Sat Aug 06 11:10:01 2011 +0000
+++ b/usr.bin/mkubootimage/mkubootimage.c       Sat Aug 06 11:12:05 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mkubootimage.c,v 1.11 2011/08/04 04:47:59 matt Exp $ */
+/* $NetBSD: mkubootimage.c,v 1.12 2011/08/06 11:12:05 wiz Exp $ */
 
 /*-
  * Copyright (c) 2010 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -30,7 +30,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: mkubootimage.c,v 1.11 2011/08/04 04:47:59 matt Exp $");
+__RCSID("$NetBSD: mkubootimage.c,v 1.12 2011/08/06 11:12:05 wiz Exp $");
 
 #include <sys/mman.h>
 #include <sys/stat.h>
@@ -212,7 +212,7 @@
 usage(void)
 {
        fprintf(stderr, "usage: mkubootimage -A <arm|mips|mips64|powerpc>");
-       fprintf(stderr, " -C <none|gz|bz2>");
+       fprintf(stderr, " -C <none|bz2|gz|lzma|lzo>");
        fprintf(stderr, " -O <openbsd|netbsd|freebsd|linux>");
        fprintf(stderr, " -T <standalone|kernel|ramdisk|fs>");
        fprintf(stderr, " -a <addr> [-e <ep>] [-m <magic>] -n <name>");



Home | Main Index | Thread Index | Old Index