Skip to content

Commit

Permalink
update command name and description
Browse files Browse the repository at this point in the history
Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
  • Loading branch information
Ma Shimiao committed Sep 21, 2016
1 parent 5c1fa31 commit 8237430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/oci-runtime-tool/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (

func main() {
app := cli.NewApp()
app.Name = "oci"
app.Name = "oci-runtime-tool"
app.Version = "0.0.1"
app.Usage = "Utilities for OCI"
app.Usage = "OCI (Open Container Initiative) runtime tools"
app.Flags = []cli.Flag{
cli.StringFlag{
Name: "log-level",
Expand Down

0 comments on commit 8237430

Please sign in to comment.