Renaming minio-demo to erasure-demo

This commit is contained in:
Frederick F. Kautz IV
2014-11-30 13:13:57 -08:00
parent 0c16744e2c
commit 6382ee161e
4 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import (
func main() {
app := cli.NewApp()
app.Name = "minio-encode"
app.Name = "erasure-demo"
app.Usage = "erasure encode a byte stream"
app.Commands = []cli.Command{
{