Przeglądaj źródła

Added the usage message for -c command-line option.

Tatsuhiro Tsujikawa 18 lat temu
rodzic
commit
460c874e26
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      src/main.cc

+ 6 - 0
src/main.cc

@@ -189,6 +189,12 @@ void showUsage() {
 	    "                              a file in Metalink mode. This option makes effect\n"
 	    "                              in Metalink with chunk checksums.\n"
 	    "                              Default: true") << endl;
+  cout << _(" -c, --continue               Continue downloading a partially downloaded\n"
+	    "                              file. Use this option to resume a download started\n"
+	    "                              by web browsers or another programs\n"
+	    "                              which download files from the beginning.\n"
+	    "                              Currently this option is applicable to http(s)/\n"
+	    "                              ftp downloads.") << endl;
 #ifdef ENABLE_BITTORRENT
   cout << _(" -T, --torrent-file=TORRENT_FILE  The file path to .torrent file.") << endl;
   cout << _(" --follow-torrent=true|false  Setting this option to false prevents aria2 to\n"