Merge pull request #159 from harshavardhana/pr_out_rename_split_file_split

This commit is contained in:
Frederick F. Kautz IV 2015-01-04 15:14:02 +13:00
commit d93e14e288
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