mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-21 00:10:24 +00:00
upgrading documentation
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1614 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
99832174b6
commit
4dce37e572
2 changed files with 3 additions and 3 deletions
|
|
@ -48,11 +48,11 @@ can be restored by giving the option <tt class="literal"><span class="pre">--rec
|
|||
when errors were encountered. Previous versions always return a zero
|
||||
exit value.
|
||||
For scripts to ignore exit values and therefore restore the old behaviour
|
||||
you can append a `` || true`` at the end of the command.</p>
|
||||
you can append a <tt class="literal"><span class="pre">||</span> <span class="pre">true</span></tt> at the end of the command.</p>
|
||||
</div>
|
||||
<hr class="footer" />
|
||||
<div class="footer">
|
||||
Generated on: 2004-08-28 16:55 UTC.
|
||||
Generated on: 2004-08-28 16:56 UTC.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -26,4 +26,4 @@ The commandline program ``linkchecker`` returns now non-zero exit value
|
|||
when errors were encountered. Previous versions always return a zero
|
||||
exit value.
|
||||
For scripts to ignore exit values and therefore restore the old behaviour
|
||||
you can append a `` || true`` at the end of the command.
|
||||
you can append a ``|| true`` at the end of the command.
|
||||
|
|
|
|||
Loading…
Reference in a new issue