From a3eddde5259298609450a8923c5e725cc8e06e45 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 18 Mar 2013 21:29:25 -0700 Subject: [PATCH] fix documentation error --- go/weed/export.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}. `, }