* [PATCH 1/1] documentation: i2c_read() does not expect any "DATA".
@ 2016-04-27 14:21 Andreas Geisenhainer
2016-04-28 14:33 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Geisenhainer @ 2016-04-27 14:21 UTC (permalink / raw)
To: barebox
Remove information about DATA from help text.
Signed-off-by: Andreas Geisenhainer <Andreas.Geisenhainer@atsonline.de>
---
commands/i2c.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commands/i2c.c b/commands/i2c.c
index e6750e3..ae7f7fc 100644
--- a/commands/i2c.c
+++ b/commands/i2c.c
@@ -243,7 +243,7 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(i2c_read)
.cmd = do_i2c_read,
BAREBOX_CMD_DESC("read from an i2c device")
- BAREBOX_CMD_OPTS("[-bacrwv] DATA...")
+ BAREBOX_CMD_OPTS("[-bacrwv]")
BAREBOX_CMD_GROUP(CMD_GRP_HWMANIP)
BAREBOX_CMD_HELP(cmd_i2c_read_help)
BAREBOX_CMD_END
--
2.8.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] documentation: i2c_read() does not expect any "DATA".
2016-04-27 14:21 [PATCH 1/1] documentation: i2c_read() does not expect any "DATA" Andreas Geisenhainer
@ 2016-04-28 14:33 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2016-04-28 14:33 UTC (permalink / raw)
To: Andreas Geisenhainer; +Cc: barebox
On Wed, Apr 27, 2016 at 04:21:37PM +0200, Andreas Geisenhainer wrote:
> Remove information about DATA from help text.
>
> Signed-off-by: Andreas Geisenhainer <Andreas.Geisenhainer@atsonline.de>
> ---
> commands/i2c.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks
Sascha
>
> diff --git a/commands/i2c.c b/commands/i2c.c
> index e6750e3..ae7f7fc 100644
> --- a/commands/i2c.c
> +++ b/commands/i2c.c
> @@ -243,7 +243,7 @@ BAREBOX_CMD_HELP_END
> BAREBOX_CMD_START(i2c_read)
> .cmd = do_i2c_read,
> BAREBOX_CMD_DESC("read from an i2c device")
> - BAREBOX_CMD_OPTS("[-bacrwv] DATA...")
> + BAREBOX_CMD_OPTS("[-bacrwv]")
> BAREBOX_CMD_GROUP(CMD_GRP_HWMANIP)
> BAREBOX_CMD_HELP(cmd_i2c_read_help)
> BAREBOX_CMD_END
> --
> 2.8.1
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
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:[~2016-04-28 14:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-27 14:21 [PATCH 1/1] documentation: i2c_read() does not expect any "DATA" Andreas Geisenhainer
2016-04-28 14: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