From 843c7779131f0d7fad5b2511b8a765d97ae4f243 Mon Sep 17 00:00:00 2001 From: Nathan Kleyn Date: Thu, 10 Oct 2013 12:14:18 +0100 Subject: [PATCH] Small fixes to parameter names in docs for ADD command. Upstream-commit: 8abd328f53a207bd7b560197927ca49f12d2c9c8 Component: engine --- components/engine/docs/sources/use/builder.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/engine/docs/sources/use/builder.rst b/components/engine/docs/sources/use/builder.rst index fedae17389..a0548126d8 100644 --- a/components/engine/docs/sources/use/builder.rst +++ b/components/engine/docs/sources/use/builder.rst @@ -226,10 +226,10 @@ The copy obeys the following rules: with conflicts resolved in favor of 2) on a file-by-file basis. * If ```` is any other kind of file, it is copied individually - along with its metadata. In this case, if ```` ends with a + along with its metadata. In this case, if ```` ends with a trailing slash ``/``, it will be considered a directory and the - contents of ```` will be written at ``/base()``. -* If ```` does not end with a trailing slash, it will be + contents of ```` will be written at ``/base()``. +* If ```` does not end with a trailing slash, it will be considered a regular file and the contents of ```` will be written at ````. * If ```` doesn't exist, it is created along with all missing