From dfa0b343b0fa65023dc708d736cae55a3d42316f Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Fri, 2 Feb 2018 15:37:56 -0500 Subject: [PATCH] Document '--add --recursive' in CLI.md Signed-off-by: Vladimir Diaz --- docs/CLI.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 ##