linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] jffs2dump: rewrite --help output to be more suitable for help2man
@ 2009-07-27 21:05 Timo Lindfors
  2009-08-09  7:01 ` Artem Bityutskiy
  0 siblings, 1 reply; 2+ messages in thread
From: Timo Lindfors @ 2009-07-27 21:05 UTC (permalink / raw)
  To: linux-mtd

From: Timo Juhani Lindfors <timo.lindfors@iki.fi>

$ help2man /usr/sbin/jffs2dump | man /dev/stdin

currently creates badly formatted output like

-b          --bigendian                 image is big endian
-l          --littleendian              image   is   little
endian  -c          --content                   dump  image
contents  -e  fname    --endianconvert=fname        convert
image endianness, output to file fname -r         --recalc-

This patch modifies the --help output for jffs2dump to be more
suitable for help2man and thus makes it possible to easily create
manual pages that stay up-to-date.

Signed-off-by: Timo Juhani Lindfors <timo.lindfors@iki.fi>
---
 jffs2dump.c |   25 ++++++++++++-------------
 1 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/jffs2dump.c b/jffs2dump.c
index c5a99df..2802682 100644
--- a/jffs2dump.c
+++ b/jffs2dump.c
@@ -52,19 +52,18 @@ char	*data;		// image data
 
 void display_help (void)
 {
-	printf("Usage: dumpjffs2 [OPTION] INPUTFILE\n"
-			"Dumps the contents of a binary JFFS2 image.\n"
-			"\n"
-			"           --help     	              display this help and exit\n"
-			"           --version  	              output version information and exit\n"
-			"-b         --bigendian	              image is big endian\n"
-			"-l         --littleendian             image is little endian\n"
-			"-c         --content  	              dump image contents\n"
-			"-e fname   --endianconvert=fname      convert image endianness, output to file fname\n"
-			"-r         --recalccrc                recalc name and data crc on endian conversion\n"
-			"-d len     --datsize=len              size of data chunks, when oob data in binary image (NAND only)\n"
-			"-o len     --oobsize=len              size of oob data chunk in binary image (NAND only)\n"
-			"-v         --verbose		      verbose output\n");
+	printf("Usage: " PROGRAM " [OPTION]... INPUTFILE\n"
+	       "Dump the contents of a binary JFFS2 image.\n\n"
+	       "     --help                   display this help and exit\n"
+	       "     --version                display version information and exit\n"
+	       " -b, --bigendian              image is big endian\n"
+	       " -l, --littleendian           image is little endian\n"
+	       " -c, --content                dump image contents\n"
+	       " -e, --endianconvert=FNAME    convert image endianness, output to file fname\n"
+	       " -r, --recalccrc              recalc name and data crc on endian conversion\n"
+	       " -d, --datsize=LEN            size of data chunks, when oob data in binary image (NAND only)\n"
+	       " -o, --oobsize=LEN            size of oob data chunk in binary image (NAND only)\n"
+	       " -v, --verbose                verbose output\n");
 	exit(0);
 }
 
---

If this patch looks ok, I'd be willing to write similar patches for at
least nandread, flash_erase and flash_eraseall tools that I use
regularly myself.

best regards,
Timo Lindfors

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

* Re: [PATCH] jffs2dump: rewrite --help output to be more suitable for help2man
  2009-07-27 21:05 [PATCH] jffs2dump: rewrite --help output to be more suitable for help2man Timo Lindfors
@ 2009-08-09  7:01 ` Artem Bityutskiy
  0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2009-08-09  7:01 UTC (permalink / raw)
  To: Timo Lindfors; +Cc: linux-mtd

On 07/28/2009 12:05 AM, Timo Lindfors wrote:
> From: Timo Juhani Lindfors<timo.lindfors@iki.fi>
>
> $ help2man /usr/sbin/jffs2dump | man /dev/stdin
>
> currently creates badly formatted output like
>
> -b          --bigendian                 image is big endian
> -l          --littleendian              image   is   little
> endian  -c          --content                   dump  image
> contents  -e  fname    --endianconvert=fname        convert
> image endianness, output to file fname -r         --recalc-
>
> This patch modifies the --help output for jffs2dump to be more
> suitable for help2man and thus makes it possible to easily create
> manual pages that stay up-to-date.
>
> Signed-off-by: Timo Juhani Lindfors<timo.lindfors@iki.fi>

Looks good to me. Pushed to the mtd-utils git tree, thanks.

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)

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

end of thread, other threads:[~2009-08-09  7:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-27 21:05 [PATCH] jffs2dump: rewrite --help output to be more suitable for help2man Timo Lindfors
2009-08-09  7:01 ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).