From c6b71eac8f9742e8ecf570bb17cdd05d75da4863 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 19 May 2011 19:01:17 +0900 Subject: [PATCH] Updated doc for --save-session option. --- src/usage_text.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/usage_text.h b/src/usage_text.h index cd956c875..aabdf1abd 100644 --- a/src/usage_text.h +++ b/src/usage_text.h @@ -668,7 +668,8 @@ " You can pass this output file to aria2c with -i\n" \ " option on restart. Please note that downloads\n" \ " added by aria2.addTorrent and aria2.addMetalink\n" \ - " RPC method are not saved.") + " RPC method and whose metadata could not be saved\n" \ + " as a file will not be saved.") #define TEXT_MAX_CONNECTION_PER_SERVER \ _(" -x, --max-connection-per-server=NUM The maximum number of connections to one\n" \ " server for each download.")