Command "uncompress" can handle not only with LZO-format, so we just changed description for command. Signed-off-by: Alexander Shiyan <shc_work@xxxxxxx> --- commands/uncompress.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/uncompress.c b/commands/uncompress.c index e96928b..179d525 100644 --- a/commands/uncompress.c +++ b/commands/uncompress.c @@ -1,5 +1,5 @@ /* - * uncompress.c - uncompress a lzo compressed file + * uncompress.c - uncompress a compressed file * * Copyright (c) 2010 Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>, Pengutronix * @@ -64,7 +64,7 @@ static const __maybe_unused char cmd_uncompress_help[] = BAREBOX_CMD_START(uncompress) .cmd = do_uncompress, - .usage = "lzop <infile> <outfile>", + .usage = "uncompress a compressed file", BAREBOX_CMD_HELP(cmd_uncompress_help) BAREBOX_CMD_END -- 1.7.3.4 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox