Skip to content

Commit

Permalink
Fix(cmd/docs): Correct file_merge example (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
lena-larionova committed Mar 5, 2024
1 parent ce8628e commit 33e373f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/file_merge.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If the input files are not compatible, returns an error. Compatibility is
determined by the '_transform' and '_format_version' fields.`,
RunE: executeMerge,
Example: "# Merge 3 files\n" +
"deck file patch -o merged.yaml file1.yaml file2.yaml file3.yaml",
"deck file merge -o merged.yaml file1.yaml file2.yaml file3.yaml",
Args: cobra.MinimumNArgs(1),
}

Expand Down

0 comments on commit 33e373f

Please sign in to comment.