Rename ocidclient to ocic

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2016-07-15 10:48:53 -07:00
parent 5c4a79543f
commit df8fe51ee7

View file

@ -26,8 +26,8 @@ func Version(client pb.RuntimeServiceClient, version string) error {
func main() { func main() {
app := cli.NewApp() app := cli.NewApp()
app.Name = "ocidclient" app.Name = "ocic"
app.Usage = "Testing services provided by ocid" app.Usage = "client for ocid"
app.Flags = []cli.Flag{ app.Flags = []cli.Flag{
cli.StringFlag{ cli.StringFlag{
Name: "runtimeversion", Name: "runtimeversion",