mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] commands: uncompress: fix description
@ 2012-06-30  3:56 Alexander Shiyan
  2012-07-02  8:33 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2012-06-30  3:56 UTC (permalink / raw)
  To: barebox

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>
---
 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@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


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-02  8:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-30  3:56 [PATCH] commands: uncompress: fix description Alexander Shiyan
2012-07-02  8:33 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox