Skip to content

Commit

Permalink
Merge pull request #1068 from adamqqqplay/fix-nydusify-messages
Browse files Browse the repository at this point in the history
nydusify: Fix nydusify help messages
  • Loading branch information
imeoer authored Feb 10, 2023
2 parents 45cc125 + c4125ce commit 374d7c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/nydusify/cmd/nydusify.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func main() {
FullTimestamp: true,
})

version := fmt.Sprintf("\nVersion : %s\nRevision : %s\nGo version : %s\nBuild time : %s", gitVersion, revision, runtime.Version(), buildTime)
version := fmt.Sprintf("\nVersion : %s\nRevision : %s\nGo version : %s\nBuild time : %s", gitVersion, revision, runtime.Version(), buildTime)

app := &cli.App{
Name: "Nydusify",
Expand Down Expand Up @@ -315,7 +315,7 @@ func main() {
&cli.BoolFlag{
Name: "merge-platform",
Value: false,
Usage: "Generate an OCI image index with both OCI and Nydus manifests for the image, please ensure that the OCI image exists in the target repository",
Usage: "Generate an OCI image index with both OCI and Nydus manifests for the image",
EnvVars: []string{"MERGE_PLATFORM"},
Aliases: []string{"multi-platform"},
},
Expand Down

0 comments on commit 374d7c5

Please sign in to comment.