Revise a couple of subtitles in CLI.md

Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
Vladimir Diaz 2018-01-30 15:47:23 -05:00
parent 8ec441361b
commit 91c6b97ddd
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A

View file

@ -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 <foo.tar.gz> <bar.tar.gz>
```
@ -54,7 +55,10 @@ Note: Support for directories will be added in the near future.
`$ repo.py --add </path/to/dir> [--recursive]`
## Remove the files created via `repo.py --init`.
## Clean ##
Remove the files created via `repo.py --init`.
```Bash
$ repo.py --clean
```