Skip to content

Commit

Permalink
update comment in command.Long
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-chenzz committed Feb 27, 2024
1 parent d85bb6e commit db34506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kustomize/commands/edit/add/addreplacement.go
Expand Up @@ -23,8 +23,8 @@ func newCmdAddReplacement(fSys filesys.FileSystem) *cobra.Command {
cmd := &cobra.Command{
Use: "replacement",
Short: "add an item to replacement field",
Long: `this command will add an item to replacement field in the kustomization file.
The item must be either a file, or an inline string.
Long: `this command will add an item to replacement field in the kustomization file.
The item must be a file path.
`,
Example: `
# Adds a replacement file to the kustomization file
Expand Down

0 comments on commit db34506

Please sign in to comment.