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 ```