Skip to content

Commit 8237430

Browse files
author
Ma Shimiao
committed
update command name and description
Signed-off-by: Ma Shimiao <[email protected]>
1 parent 5c1fa31 commit 8237430

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)