Skip to content

Commit

Permalink
Merge pull request #225 from wking/main-update-command-name-description
Browse files Browse the repository at this point in the history
[1.0.0.rc1] update command name and description
  • Loading branch information
Mrunal Patel authored Sep 29, 2016
2 parents 322fc46 + 7fb5f85 commit 3e204a9
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 3e204a9

Please sign in to comment.