aboutsummaryrefslogtreecommitdiff
path: root/go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2013-11-18 23:04:33 -0800
committerChris Lu <chris.lu@gmail.com>2013-11-18 23:04:33 -0800
commit8111f7663d901ba2c5ac943236e53072e5d50290 (patch)
tree177e50a48297789fc498094005052e48b48c1f69 /go
parentd0473e27d941b78079ec0d97e2c122f892f38b40 (diff)
downloadseaweedfs-8111f7663d901ba2c5ac943236e53072e5d50290.tar.xz
seaweedfs-8111f7663d901ba2c5ac943236e53072e5d50290.zip
formatting
Diffstat (limited to 'go')
-rw-r--r--go/weed/upload.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/go/weed/upload.go b/go/weed/upload.go
index c8ad41c64..42e753981 100644
--- a/go/weed/upload.go
+++ b/go/weed/upload.go
@@ -29,8 +29,8 @@ var cmdUpload = &Command{
UsageLine: "upload -server=localhost:9333 file1 [file2 file3]\n upload -server=localhost:9333 -dir=one_directory -include=*.pdf",
Short: "upload one or a list of files",
Long: `upload one or a list of files, or batch upload one whole folder recursively.
-
- If uploading a list of files:
+
+ If uploading a list of files:
It uses consecutive file keys for the list of files.
e.g. If the file1 uses key k, file2 can be read via k_1