Skip to content

Commit

Permalink
Update flag description for tufAdd as well.
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwini Oruganti <ashwini.oruganti@gmail.com>
  • Loading branch information
ashfall committed May 5, 2017
1 parent fad710f commit 10990ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/notary/tuf.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func (t *tufCommander) AddToCommand(cmd *cobra.Command) {
cmdTUFAdd := cmdTUFAddTemplate.ToCommand(t.tufAdd)
cmdTUFAdd.Flags().StringSliceVarP(&t.roles, "roles", "r", nil, "Delegation roles to add this target to")
cmdTUFAdd.Flags().BoolVarP(&t.autoPublish, "publish", "p", false, htAutoPublish)
cmdTUFAdd.Flags().StringVar(&t.custom, "custom", "", "Name of the file containing custom data for this target")
cmdTUFAdd.Flags().StringVar(&t.custom, "custom", "", "Path to the file containing custom data for this target")
cmd.AddCommand(cmdTUFAdd)

cmdTUFRemove := cmdTUFRemoveTemplate.ToCommand(t.tufRemove)
Expand Down

0 comments on commit 10990ff

Please sign in to comment.