diff options
Diffstat (limited to 'weed/command/download.go')
| -rw-r--r-- | weed/command/download.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/command/download.go b/weed/command/download.go index 95238b99f..e44335097 100644 --- a/weed/command/download.go +++ b/weed/command/download.go @@ -23,9 +23,9 @@ var ( ) type DownloadOptions struct { - master *string - server *string // deprecated, for backward compatibility - dir *string + master *string + server *string // deprecated, for backward compatibility + dir *string } func init() { |
