diff --git a/docs/CLI.md b/docs/CLI.md index f4d26f2d..52a3ee5e 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -51,9 +51,13 @@ $ repo.py --init --consistent_snapshot ## Add a target file ## -More than one target file may be specified. +Copy a target file to the repo and add it to Targets metadata. More than one +target file, or directory, may be specified with --add. The --recursive option +may be selected to also include files in subdirectories of a specified +directory. ```Bash $ repo.py --add +$ repo.py --add [--recursive] ``` Similar to the --init case, the repository location can be specified. @@ -61,8 +65,6 @@ Similar to the --init case, the repository location can be specified. $ repo.py --add --path ``` -Note: Support for directories will be added in the near future. -`$ repo.py --add [--recursive]` ## Verbosity ##