From 692010530139f3bf48ee15e2f5e32f3d2077fecc Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Mon, 2 Apr 2018 13:57:01 -0400 Subject: [PATCH] Document change to --consistent_snapshot in CLI.md Signed-off-by: Vladimir Diaz --- docs/CLI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CLI.md b/docs/CLI.md index 7b168c2e..1f1f72a0 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -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 ```