mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-17 12:51:01 +00:00
Remove old -s option reference from man page.
This commit is contained in:
parent
9f205b9b73
commit
3bbeaa4e7a
5 changed files with 634 additions and 287 deletions
|
|
@ -3,6 +3,7 @@
|
|||
Fixes:
|
||||
- gui: Fix display of warnings in property pane.
|
||||
Closes: SF bug #3263974
|
||||
- doc: Removed mentioning of old -s option from man page.
|
||||
|
||||
Changes:
|
||||
- gui: Improved display of internal errors.
|
||||
|
|
|
|||
|
|
@ -199,9 +199,9 @@ FTP ist der Standardname \fBanonymous\fP. Für HTTP gibt es keinen
|
|||
Standardnamen. Siehe auch \fB\-p\fP.
|
||||
.TP
|
||||
\fB\-p\fP, \fB\-\-password\fP
|
||||
Read a password from console and use it for HTTP and FTP authorization. For
|
||||
FTP the default password is \fBanonymous@\fP. For HTTP there is no default
|
||||
password. See also \fB\-u\fP.
|
||||
Liest ein Passwort von der Kommandozeile und verwende es für HTTP und FTP
|
||||
Autorisierung. Für FTP ist das Standardpasswort \fBanonymous@\fP. Für HTTP gibt
|
||||
es kein Standardpasswort. Siehe auch \fB\-u\fP.
|
||||
.TP
|
||||
\fB\-\-timeout=\fP\fINUMMER\fP
|
||||
Setze den Timeout für TCP\-Verbindungen in Sekunden. Der Standard Timeout ist
|
||||
|
|
@ -451,7 +451,7 @@ lokale Dateien angeben.
|
|||
|
||||
Falls sich Ihr System automatisch mit dem Internet verbindet (z.B. mit
|
||||
diald), wird es dies tun wenn Sie Links prüfen, die nicht auf Ihren lokalen
|
||||
Rechner verweisen Benutzen Sie die Optionen \fB\-s\fP und \fB\-i\fP, um dies zu
|
||||
Rechner verweisen Benutzen Sie die Option \fB\-\-ignore\-url\fP, um dies zu
|
||||
verhindern.
|
||||
|
||||
Javascript Links werden zur Zeit ignoriert.
|
||||
|
|
|
|||
|
|
@ -466,7 +466,7 @@ You can also give local files as arguments.
|
|||
If you have your system configured to automatically establish a
|
||||
connection to the internet (e.g. with diald), it will connect when
|
||||
checking links not pointing to your local host.
|
||||
Use the \fB\-s\fP and \fB\-i\fP options to prevent this.
|
||||
Use the \fB\-\-ignore\-url\fP option to prevent this.
|
||||
|
||||
Javascript links are currently ignored.
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2011-02-20 13:41+0100\n"
|
||||
"POT-Creation-Date: 2011-04-06 10:20+0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -1218,7 +1218,7 @@ msgstr ""
|
|||
msgid ""
|
||||
"If you have your system configured to automatically establish a connection "
|
||||
"to the internet (e.g. with diald), it will connect when checking links not "
|
||||
"pointing to your local host. Use the B<-s> and B<-i> options to prevent "
|
||||
"pointing to your local host. Use the B<--ignore-url> option to prevent "
|
||||
"this."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue