Browse Source

2009-11-29 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Removed --http-auth-scheme option from man page.
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa 16 years ago
parent
commit
8a590b4de0
4 changed files with 6 additions and 24 deletions
  1. 5 0
      ChangeLog
  2. 0 8
      doc/aria2c.1
  3. 1 11
      doc/aria2c.1.html
  4. 0 5
      doc/aria2c.1.txt

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2009-11-29  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Removed --http-auth-scheme option from man page.
+	* doc/aria2c.1.txt
+
 2009-11-29  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Removed --http-auth-scheme option since it doesn't do nothing.

+ 0 - 8
doc/aria2c.1

@@ -295,14 +295,6 @@ is set, then authorization header is always sent to the server\&. There is an ex
 \fIfalse\fR
 .RE
 .PP
-\fB\-\-http\-auth\-scheme\fR=SCHEME
-.RS 4
-Set HTTP authentication scheme\&. Currently,
-\fIbasic\fR
-is the only supported scheme\&. Default:
-\fIbasic\fR
-.RE
-.PP
 \fB\-\-http\-user\fR=USER
 .RS 4
 Set HTTP user\&. This affects all URLs\&.

+ 1 - 11
doc/aria2c.1.html

@@ -923,16 +923,6 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
 </p>
 </dd>
 <dt class="hdlist1">
-<strong>--http-auth-scheme</strong>=SCHEME
-</dt>
-<dd>
-<p>
-  Set HTTP authentication scheme.
-  Currently, <em>basic</em> is the only supported scheme.
-  Default: <em>basic</em>
-</p>
-</dd>
-<dt class="hdlist1">
 <strong>--http-user</strong>=USER
 </dt>
 <dd>
@@ -3431,7 +3421,7 @@ files in the program, then also delete it here.</p></div>
 <div id="footnotes"><hr /></div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2009-11-29 15:46:53 JST
+Last updated 2009-11-29 19:28:33 JST
 </div>
 </div>
 </body>

+ 0 - 5
doc/aria2c.1.txt

@@ -211,11 +211,6 @@ HTTP Specific Options
   embedded in URI, authorization header is always sent to the server
   regardless of this option.  Default: 'false'
 
-*--http-auth-scheme*=SCHEME::
-  Set HTTP authentication scheme.
-  Currently, 'basic' is the only supported scheme.
-  Default: 'basic'
-
 *--http-user*=USER::
   Set HTTP user. This affects all URLs.