Skip to content

Commit

Permalink
Update CLI.md (theupdateframework#1508)
Browse files Browse the repository at this point in the history
* Update CLI.md

Update the suggested command template for "trust keys", to make it consistent with other examples.

Signed-off-by: hosseinsia <[email protected]>

* Update docs/CLI.md

Remove the + to avoid confusion.

Co-authored-by: Martin Vrachev <[email protected]>
Signed-off-by: hosseinsia <[email protected]>

Co-authored-by: Martin Vrachev <[email protected]>
  • Loading branch information
hosseinsia and MVrachev authored Jul 28, 2021
1 parent ab41675 commit 01e2308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ itself. The --trust command-line option, in conjunction with --pubkeys and
--role, can be used to indicate the trusted keys of a role.

```Bash
$ repo.py --trust --pubkeys --role
$ repo.py --trust --pubkeys </path/to/foo_key.pub> --role <rolename>
```

For example:
Expand Down

0 comments on commit 01e2308

Please sign in to comment.