* [PATCH] cp: fix help text
@ 2010-08-10 12:06 Baruch Siach
2010-08-11 13:00 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2010-08-10 12:06 UTC (permalink / raw)
To: barebox
Copy to target directory is supported since commit b36fca0c, circa 2007.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
commands/cp.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/commands/cp.c b/commands/cp.c
index a0c7c84..2c35ba1 100644
--- a/commands/cp.c
+++ b/commands/cp.c
@@ -80,8 +80,6 @@ out:
static const __maybe_unused char cmd_cp_help[] =
"Usage: cp <source> <destination>\n"
"cp copies file <source> to <destination>.\n"
-"Currently only this form is supported and you have to specify the exact target\n"
-"filename (not a target directory).\n"
"This command is file based only. See memcpy for memory copy\n";
BAREBOX_CMD_START(cp)
--
1.7.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] cp: fix help text
2010-08-10 12:06 [PATCH] cp: fix help text Baruch Siach
@ 2010-08-11 13:00 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2010-08-11 13:00 UTC (permalink / raw)
To: Baruch Siach; +Cc: barebox
Hi Baruch,
On Tue, Aug 10, 2010 at 03:06:51PM +0300, Baruch Siach wrote:
> Copy to target directory is supported since commit b36fca0c, circa 2007.
Applied to master. Thank you for working on the help texts, it seems
they can use some maintenance.
Sascha
>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
> commands/cp.c | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/commands/cp.c b/commands/cp.c
> index a0c7c84..2c35ba1 100644
> --- a/commands/cp.c
> +++ b/commands/cp.c
> @@ -80,8 +80,6 @@ out:
> static const __maybe_unused char cmd_cp_help[] =
> "Usage: cp <source> <destination>\n"
> "cp copies file <source> to <destination>.\n"
> -"Currently only this form is supported and you have to specify the exact target\n"
> -"filename (not a target directory).\n"
> "This command is file based only. See memcpy for memory copy\n";
>
> BAREBOX_CMD_START(cp)
> --
> 1.7.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:[~2010-08-11 13:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-10 12:06 [PATCH] cp: fix help text Baruch Siach
2010-08-11 13:00 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox