[PATCH] commands: uncompress: fix description

Alexander Shiyan shc_work at mail.ru
Fri Jun 29 23:56:01 EDT 2012


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

Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
---
 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 at 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
 
-- 
1.7.3.4




More information about the barebox mailing list