Rename split-file --> split

This commit is contained in:
Harshavardhana 2015-01-03 18:03:15 -08:00
parent f02d6a2b2b
commit fff6b589cf
6 changed files with 4 additions and 2 deletions

View File

@ -60,6 +60,7 @@ install: build-erasure
@godep go install github.com/minio-io/minio/cmd/minio && echo "Installed minio into ${GOPATH}/bin"
@godep go install github.com/minio-io/minio/cmd/new-cmd && echo "Installed new-cmd into ${GOPATH}/bin"
@godep go install github.com/minio-io/minio/cmd/crypto && echo "Installed crypto into ${GOPATH}/bin"
@godep go install github.com/minio-io/minio/cmd/split && echo "Installed split into ${GOPATH}/bin"
save: restore
@godep save ./...

Binary file not shown.

1
cmd/split/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
split

View File

@ -24,7 +24,7 @@ import (
func main() {
app := cli.NewApp()
app.Name = "split-file"
app.Name = "split"
app.Usage = ""
app.Commands = Options
app.Author = "Minio"

View File

@ -3,7 +3,7 @@
% Minio community
% January 2015
# NAME
split-file -
split -
# SYNOPSIS