diff options
| author | Petter Rasmussen | 2016-02-10 20:53:37 +0100 | 
|---|---|---|
| committer | Petter Rasmussen | 2016-02-10 20:53:37 +0100 | 
| commit | ad4309f1028d165b8905a6a22be89191f787fc39 (patch) | |
| tree | b08b3506eb9d85aae108b82a856867eb46cc181d | |
| parent | db952bdd07a69023f6fcc18f4de4ed0bfba5d319 (diff) | |
| download | gdrive-ad4309f1028d165b8905a6a22be89191f787fc39.tar.bz2 | |
Minor message change
| -rw-r--r-- | drive/sync_download.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drive/sync_download.go b/drive/sync_download.go index d918858..f947142 100644 --- a/drive/sync_download.go +++ b/drive/sync_download.go @@ -31,7 +31,7 @@ func (self *Drive) DownloadSync(args DownloadSyncArgs) error {          return err      } -    fmt.Fprintln(args.Out, "Collecting local and remote file information...") +    fmt.Fprintln(args.Out, "Collecting file information...")      files, err := self.prepareSyncFiles(args.Path, rootDir, args.Comparer)      if err != nil {          return err | 
