Skip to content

Commit

Permalink
Merge pull request #218 from Mashimiao/main-update-command-name-descr…
Browse files Browse the repository at this point in the history
…iption

update command name and description
  • Loading branch information
Mrunal Patel authored Sep 21, 2016
2 parents 5c1fa31 + 8237430 commit 96609ba
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 96609ba

Please sign in to comment.