9
0
Fork 0

commands: uncompress: fix description

Command "uncompress" can handle not only with LZO-format, so we just
changed description for command.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Shiyan 2012-06-30 07:56:01 +04:00 committed by Sascha Hauer
parent 226d222c94
commit 20addb80f6
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* uncompress.c - uncompress a lzo compressed file
* uncompress.c - uncompress a compressed file
*
* Copyright (c) 2010 Sascha Hauer <s.hauer@pengutronix.de>, 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