From 8121f788c0bda5243af269ec70e4d65f794736d3 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Fri, 9 Nov 2007 23:21:06 +0100 Subject: adding copy docu Signed-off-by: Juergen Beisert --- commands/cp.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/commands/cp.c b/commands/cp.c index a89bb97d76..a9c10d4053 100644 --- a/commands/cp.c +++ b/commands/cp.c @@ -22,7 +22,7 @@ /** * @file - * @brief "cp" command implementation + * @brief cp: copy file command */ #include #include @@ -149,9 +149,13 @@ U_BOOT_CMD_START(cp) U_BOOT_CMD_END /** - * @page cp_command cp (copy) + * @page cp_command cp: Copy file * * Usage: cp \ [\] \ * - * FIXME + * \c cp copies file \ to \ + * + * Currently only this form is supported and you have to specify the exact + * target filename (not a target directory).\n + * This command is file based only. See memcpy for generic memory copy */ -- cgit v1.2.3