Skip to content

Commit 96609ba

Browse files
author
Mrunal Patel
authored
Merge pull request #218 from Mashimiao/main-update-command-name-description
update command name and description
2 parents 5c1fa31 + 8237430 commit 96609ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/oci-runtime-tool/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import (
99

1010
func main() {
1111
app := cli.NewApp()
12-
app.Name = "oci"
12+
app.Name = "oci-runtime-tool"
1313
app.Version = "0.0.1"
14-
app.Usage = "Utilities for OCI"
14+
app.Usage = "OCI (Open Container Initiative) runtime tools"
1515
app.Flags = []cli.Flag{
1616
cli.StringFlag{
1717
Name: "log-level",

0 commit comments

Comments
 (0)