diff options
| author | Chris Lu <chris.lu@gmail.com> | 2013-03-18 21:29:25 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2013-03-18 21:29:25 -0700 |
| commit | a3eddde5259298609450a8923c5e725cc8e06e45 (patch) | |
| tree | 27740d049aadcf3ac546b44de1a47b78995223db /go | |
| parent | 9bbbbb7c2cf3c15d15d33b56d4a920a28d20eb15 (diff) | |
| download | seaweedfs-a3eddde5259298609450a8923c5e725cc8e06e45.tar.xz seaweedfs-a3eddde5259298609450a8923c5e725cc8e06e45.zip | |
fix documentation error
Diffstat (limited to 'go')
| -rw-r--r-- | go/weed/export.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/weed/export.go b/go/weed/export.go index 9e65a4de3..62af80391 100644 --- a/go/weed/export.go +++ b/go/weed/export.go @@ -29,7 +29,7 @@ var cmdExport = &Command{ Short: "list or export files from one volume data file", Long: `List all files in a volume, or Export all files in a volume to a tar file if the output is specified. - The format of file name in the tar file can be customized. Default is {{.Mime}}/{{.Id}}:{{.Name}}. Also available is {{Key}}. + The format of file name in the tar file can be customized. Default is {{.Mime}}/{{.Id}}:{{.Name}}. Also available is {{.Key}}. `, } |
