diff options
Diffstat (limited to 'src/htshelp.c')
-rw-r--r-- | src/htshelp.c | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/htshelp.c b/src/htshelp.c index 3a628fa..5672047 100644 --- a/src/htshelp.c +++ b/src/htshelp.c @@ -532,7 +532,7 @@ void help(const char *app, int more) { infomsg (" JN traffic jam control, minimum transfert rate (bytes/seconds) tolerated for a link"); infomsg - (" HN host is abandonned if: 0=never, 1=timeout, 2=slow, 3=timeout or slow"); + (" HN host is abandoned if: 0=never, 1=timeout, 2=slow, 3=timeout or slow"); infomsg(""); infomsg("Links options:"); infomsg @@ -662,7 +662,7 @@ void help(const char *app, int more) { infomsg(" #R old FTP routines (debug)"); infomsg(" #T generate transfer ops. log every minutes"); infomsg(" #u wait time"); - infomsg(" #Z generate transfer rate statictics every minutes"); + infomsg(" #Z generate transfer rate statistics every minutes"); infomsg(""); infomsg ("Dangerous options: (do NOT use unless you exactly know what you are doing)"); @@ -689,24 +689,24 @@ void help(const char *app, int more) { infomsg(" N99 All files in web/, with random names (gadget !)"); infomsg(" N100 Site-structure, without www.domain.xxx/"); infomsg - (" N101 Identical to N1 exept that \"web\" is replaced by the site's name"); + (" N101 Identical to N1 except that \"web\" is replaced by the site's name"); infomsg - (" N102 Identical to N2 exept that \"web\" is replaced by the site's name"); + (" N102 Identical to N2 except that \"web\" is replaced by the site's name"); infomsg - (" N103 Identical to N3 exept that \"web\" is replaced by the site's name"); + (" N103 Identical to N3 except that \"web\" is replaced by the site's name"); infomsg - (" N104 Identical to N4 exept that \"web\" is replaced by the site's name"); + (" N104 Identical to N4 except that \"web\" is replaced by the site's name"); infomsg - (" N105 Identical to N5 exept that \"web\" is replaced by the site's name"); + (" N105 Identical to N5 except that \"web\" is replaced by the site's name"); infomsg - (" N199 Identical to N99 exept that \"web\" is replaced by the site's name"); - infomsg(" N1001 Identical to N1 exept that there is no \"web\" directory"); - infomsg(" N1002 Identical to N2 exept that there is no \"web\" directory"); + (" N199 Identical to N99 except that \"web\" is replaced by the site's name"); + infomsg(" N1001 Identical to N1 except that there is no \"web\" directory"); + infomsg(" N1002 Identical to N2 except that there is no \"web\" directory"); infomsg - (" N1003 Identical to N3 exept that there is no \"web\" directory (option set for g option)"); - infomsg(" N1004 Identical to N4 exept that there is no \"web\" directory"); - infomsg(" N1005 Identical to N5 exept that there is no \"web\" directory"); - infomsg(" N1099 Identical to N99 exept that there is no \"web\" directory"); + (" N1003 Identical to N3 except that there is no \"web\" directory (option set for g option)"); + infomsg(" N1004 Identical to N4 except that there is no \"web\" directory"); + infomsg(" N1005 Identical to N5 except that there is no \"web\" directory"); + infomsg(" N1099 Identical to N99 except that there is no \"web\" directory"); infomsg("Details: User-defined option N"); infomsg(" '%n' Name of file without file type (ex: image)"); infomsg(" '%N' Name of file, including file type (ex: image.gif)"); |