From 77bfcfb849d4ad978e548281700b921e0e9b4bc5 Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Thu, 21 Jul 2016 06:36:23 +0200 Subject: [PATCH] Added a .gitkeep to build/resources/main in order to have git automatically create that folder on checkout / clone. --- build/resources/main/.gitkeep | 0 .../telegram_backup/CommandLineDownloadProgress.java | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 build/resources/main/.gitkeep diff --git a/build/resources/main/.gitkeep b/build/resources/main/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/main/java/de/fabianonline/telegram_backup/CommandLineDownloadProgress.java b/src/main/java/de/fabianonline/telegram_backup/CommandLineDownloadProgress.java index f9f833f..12c8244 100644 --- a/src/main/java/de/fabianonline/telegram_backup/CommandLineDownloadProgress.java +++ b/src/main/java/de/fabianonline/telegram_backup/CommandLineDownloadProgress.java @@ -35,7 +35,7 @@ class CommandLineDownloadProgress implements DownloadProgressInterface { System.out.println("'V' - Video 'P' - Photo 'D' - Document"); System.out.println("'S' - Sticker 'A' - Audio 'G' - Geolocation"); System.out.println("'.' - Previously downloaded file 'e' - Empty file"); - System.out.println("' ' - Ignored media type (location or website, for example)"); + System.out.println("' ' - Ignored media type (weblinks or contacts, for example)"); System.out.println("" + count + " Files to check / download"); }