Skip to content

Commit ef42246

Browse files
Minor
1 parent e2fb96f commit ef42246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/aem/content.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (c *CLI) contentDownloadCmd() *cobra.Command {
9696
c.Changed("content downloaded")
9797
},
9898
}
99-
cmd.Flags().String("pid", "", "ID (group:name:version)'")
99+
cmd.Flags().String("pid", "", "ID (group:name:version) for downloaded package")
100100
cmd.Flags().StringP("target-file", "t", "", "Target file path for downloaded package")
101101
_ = cmd.MarkFlagRequired("target-file")
102102
cmd.Flags().StringSliceP("filter-roots", "r", []string{}, "Vault filter root paths")

0 commit comments

Comments
 (0)