mirror of
https://github.com/minio/minio.git
synced 2025-01-23 20:53:18 -05:00
Merge pull request #61 from fkautz/pr_out_renaming_minio_demo_to_erasure_demo
This commit is contained in:
commit
51022972f8
2
Makefile
2
Makefile
@ -13,7 +13,7 @@ test: build-erasure build-signify
|
||||
godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/gateway
|
||||
|
||||
install: build-erasure
|
||||
godep go install github.com/minio-io/minio/cmd/minio-demo
|
||||
godep go install github.com/minio-io/minio/cmd/erasure-demo
|
||||
|
||||
save:
|
||||
godep save ./...
|
||||
|
@ -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{
|
||||
{
|
Loading…
x
Reference in New Issue
Block a user