mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Revise a couple of subtitles in CLI.md
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
parent
8ec441361b
commit
91c6b97ddd
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue