Skip to content

Commit

Permalink
fix(docs): fix a typo repo-copy => copy-repo
Browse files Browse the repository at this point in the history
Also lint grammar in the surrounding paragraphs.
  • Loading branch information
MingcongBai committed Jul 30, 2024
1 parent 9e5adc7 commit ef34f36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/spec_format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit ef34f36

Please sign in to comment.