mirror of
https://github.com/xroche/httrack.git
synced 2026-05-17 00:16:02 +03:00
Typo fix: separed -> separated
This commit is contained in:
@@ -1319,7 +1319,7 @@ pages" This is possible, using: -%A asp=text/html
|
||||
|
||||
<p align=justify> The -%A option can be replaced by the alias --assume
|
||||
asp=text/html which is MUCH more clear. You can use multiple
|
||||
definitions, separed by ",", or use multiple options. Therefore, these
|
||||
definitions, separated by ",", or use multiple options. Therefore, these
|
||||
two lines are identical:
|
||||
|
||||
<pre>
|
||||
|
||||
@@ -126,7 +126,7 @@ This is possible, using:
|
||||
File type: <tt>asp</tt> MIME identity: <tt>text/html</tt>
|
||||
<br>
|
||||
<br>
|
||||
You can declare multiple definitions, or declare multiple types separed by ",", like in:
|
||||
You can declare multiple definitions, or declare multiple types separated by ",", like in:
|
||||
<br>
|
||||
File type: <tt>asp,php,php3</tt> MIME identity: <tt>text/html</tt>
|
||||
<br>
|
||||
|
||||
@@ -299,7 +299,7 @@ void help_wizard(httrackp * opt) {
|
||||
// Options
|
||||
do {
|
||||
printf
|
||||
("\nYou can define additional options, such as recurse level (-r<number>), separed by blank spaces\n");
|
||||
("\nYou can define additional options, such as recurse level (-r<number>), separated by blank spaces\n");
|
||||
printf("To see the option list, type help\n");
|
||||
printf("Additional options (return=none) :");
|
||||
linput(stdin, str, 250);
|
||||
|
||||
Reference in New Issue
Block a user