Document change to --consistent_snapshot in CLI.md

Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
Vladimir Diaz 2018-04-02 13:57:01 -04:00
parent b04e1be29a
commit 6920105301
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A

View file

@ -40,7 +40,7 @@ Create a TUF repository with [consistent
snapshots](https://github.com/theupdateframework/specification/blob/master/tuf-spec.md#7-consistent-snapshots)
enabled, where all target files have their hash prepended to the filename.
```Bash
$ repo.py --init --consistent_snapshot
$ repo.py --init --consistent
```