From 91c6b97ddd46e94c0f4c3e643e30634b9e597ee7 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Tue, 30 Jan 2018 15:47:23 -0500 Subject: [PATCH] Revise a couple of subtitles in CLI.md Signed-off-by: Vladimir Diaz --- docs/CLI.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/CLI.md b/docs/CLI.md index 4871ca43..656f0e70 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -45,8 +45,9 @@ $ repo.py --init --consistent_snapshot +## Add a target file. ## -## Add a target file. More than one target file may be specified. ## +More than one target file may be specified. ```Bash $ repo.py --add ``` @@ -54,7 +55,10 @@ Note: Support for directories will be added in the near future. `$ repo.py --add [--recursive]` -## Remove the files created via `repo.py --init`. + +## Clean ## + +Remove the files created via `repo.py --init`. ```Bash $ repo.py --clean ```