linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH dtc] Add -o <output file> to the usage message.
@ 2007-04-14 22:16 Jerry Van Baren
  2007-04-15  0:44 ` David Gibson
  2007-04-19 22:28 ` Jon Loeliger
  0 siblings, 2 replies; 3+ messages in thread
From: Jerry Van Baren @ 2007-04-14 22:16 UTC (permalink / raw)
  To: linuxppc-dev, jdl


Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
---

Hi Jon,

It turns out -o <file> was there all along, just not in the usage. :-)

(Jon: sorry for the dup, I messed up the linuxppc-dev@ozlabs.org address
the first time).

Best regards,
gvb


 dtc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dtc.c b/dtc.c
index a94a402..5767834 100644
--- a/dtc.c
+++ b/dtc.c
@@ -83,6 +83,7 @@ static void usage(void)
 	fprintf(stderr, "\t\t\tdts - device tree source text\n");
 	fprintf(stderr, "\t\t\tdtb - device tree blob\n");
 	fprintf(stderr, "\t\t\tfs - /proc/device-tree style directory\n");
+	fprintf(stderr, "\t-o <output file>\n");
 	fprintf(stderr, "\t-O <output format>\n");
 	fprintf(stderr, "\t\tOutput formats are:\n");
 	fprintf(stderr, "\t\t\tdts - device tree source text\n");
-- 
1.4.4.4

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

* Re: [PATCH dtc] Add -o <output file> to the usage message.
  2007-04-14 22:16 [PATCH dtc] Add -o <output file> to the usage message Jerry Van Baren
@ 2007-04-15  0:44 ` David Gibson
  2007-04-19 22:28 ` Jon Loeliger
  1 sibling, 0 replies; 3+ messages in thread
From: David Gibson @ 2007-04-15  0:44 UTC (permalink / raw)
  To: Jerry Van Baren; +Cc: linuxppc-dev, jdl

On Sat, Apr 14, 2007 at 06:16:47PM -0400, Jerry Van Baren wrote:
> 
> Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>

Acked-by: David Gibson <david@gibson.dropbear.id.au>

> ---
> 
> Hi Jon,
> 
> It turns out -o <file> was there all along, just not in the usage. :-)

Oops..

> (Jon: sorry for the dup, I messed up the linuxppc-dev@ozlabs.org address
> the first time).
> 
> Best regards,
> gvb
> 
> 
>  dtc.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/dtc.c b/dtc.c
> index a94a402..5767834 100644
> --- a/dtc.c
> +++ b/dtc.c
> @@ -83,6 +83,7 @@ static void usage(void)
>  	fprintf(stderr, "\t\t\tdts - device tree source text\n");
>  	fprintf(stderr, "\t\t\tdtb - device tree blob\n");
>  	fprintf(stderr, "\t\t\tfs - /proc/device-tree style directory\n");
> +	fprintf(stderr, "\t-o <output file>\n");
>  	fprintf(stderr, "\t-O <output format>\n");
>  	fprintf(stderr, "\t\tOutput formats are:\n");
>  	fprintf(stderr, "\t\t\tdts - device tree source text\n");

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

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

* Re: [PATCH dtc] Add -o <output file> to the usage message.
  2007-04-14 22:16 [PATCH dtc] Add -o <output file> to the usage message Jerry Van Baren
  2007-04-15  0:44 ` David Gibson
@ 2007-04-19 22:28 ` Jon Loeliger
  1 sibling, 0 replies; 3+ messages in thread
From: Jon Loeliger @ 2007-04-19 22:28 UTC (permalink / raw)
  To: Jerry Van Baren; +Cc: linuxppc-dev

So, like, the other day Jerry Van Baren mumbled:
> 
> Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
> ---
> 
> It turns out -o <file> was there all along, just not in the usage. :-)

Applied.

Thanks,
jdl

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

end of thread, other threads:[~2007-04-19 22:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-14 22:16 [PATCH dtc] Add -o <output file> to the usage message Jerry Van Baren
2007-04-15  0:44 ` David Gibson
2007-04-19 22:28 ` Jon Loeliger

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).