From 620ea673fe21f9e7e55134eb152e6659c277ad4b Mon Sep 17 00:00:00 2001 From: Zachary Newman Date: Tue, 19 Apr 2022 09:17:14 -0400 Subject: [PATCH] doc: minor `tuf sign-payload` clarifiation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4b7c3f6f..5ea8554f5 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ See also `tuf sign-payload` and `tuf add-signatures`. Sign a file (outside of the TUF repo) using keys (in the TUF keys database, typically produced by `tuf gen-key`) for the given `role` (from the TUF repo). -Typically, `path` will be the output of `tuf payload`. +Typically, `path` will be a file containing the output of `tuf payload`. See also `tuf add-signatures`.