aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Rasmussen2016-02-10 20:53:37 +0100
committerPetter Rasmussen2016-02-10 20:53:37 +0100
commitad4309f1028d165b8905a6a22be89191f787fc39 (patch)
treeb08b3506eb9d85aae108b82a856867eb46cc181d
parentdb952bdd07a69023f6fcc18f4de4ed0bfba5d319 (diff)
downloadgdrive-ad4309f1028d165b8905a6a22be89191f787fc39.tar.bz2
Minor message change
-rw-r--r--drive/sync_download.go2
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