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"); }