Skip to content

Commit

Permalink
Update cmd/diffoci/commands/diff/diff.go
Browse files Browse the repository at this point in the history
Co-authored-by: Akihiro Suda <[email protected]>
  • Loading branch information
thesayyn and AkihiroSuda authored Mar 5, 2024
1 parent 03c204e commit e760f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/diffoci/commands/diff/diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func NewCommand() *cobra.Command {
flags.Bool("ignore-file-mode-redundant-bits", false, "Ignore redundant bits of file mode")
flags.Bool("ignore-image-name", false, "Ignore image name annotation")
flags.Bool("treat-canonical-paths-equal", false, "Treat leading `./` `/` `` in file paths as canonical")
flags.Bool("semantic", false, "[Recommended] Alias for --ignore-*=true")
flags.Bool("semantic", false, "[Recommended] Alias for --ignore-*=true --treat-canonical-paths-equal")

flags.Bool("verbose", false, "Verbose output")
flags.String("report-file", "", "Create a report file to the specified path (EXPERIMENTAL)")
Expand Down

0 comments on commit e760f0a

Please sign in to comment.