From 4220c3bad91dc5926d8cc44d9719abd031016a3c Mon Sep 17 00:00:00 2001 From: Mingcong Bai Date: Tue, 30 Jul 2024 09:36:09 +0800 Subject: [PATCH] fix(docs): fix a tyupo repo-copy => copy-repo Also lint grammar in the surrounding paragraphs. --- docs/source/spec_format.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/spec_format.rst b/docs/source/spec_format.rst index bc4320a..9ab0a87 100644 --- a/docs/source/spec_format.rst +++ b/docs/source/spec_format.rst @@ -66,10 +66,10 @@ Details about the ``SRCS`` format: * ``false``: Do not fetch submodules. * ``recursive``: [Default] Fetch submodules recursively. - * ``repo-copy``: Automatically copy the VCS repository to the build directory. + * ``copy-repo``: Automatically copy VCS metadata to the build directory. - * ``true``: Copy the VCS repository prior to the building process, replaces ``acbs_copy_git``. - * ``false``: [Default] Do not copy the VCS repository. However you can still use ``acbs_copy_git``. + * ``true``: Copy VCS metadata prior to the building process, replaces ``acbs_copy_git``. + * ``false``: [Default] Do not copy VCS metadata. However you can still use ``acbs_copy_git``. To specify multiple options, you can join the options with semicolons (``;``) like this: