2018-12-27 17:28:52 +01:00

69 lines
2.0 KiB
HTML

<!--/****************************************************************
* This file is distributed under the following license:
*
* Copyright (c) 2008, defnax
* Copyright (c) 2008, edmanm
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
****************************************************************
-->
<html>
<body>
<h1>Kommandozeilen-Optionen</h1>
<hr />
<p>
Kommandozeilen-Optionen für retroshare-nogui.
</p>
<a name="commands"/>
<h3>Kommandozeilen-Befehle :</h3>
<ul>
<li><b>-h Show the help </b></li>
<li><b>-l [logfile] Set the logfilename </b></li>
<li><b>-w [password] Set the password </b></li>
<li><b>-i [ip_adress] Set IP Adress to use </b></li>
<li><b>-p [port] Set the Port to listen on </b></li>
<li><b>-c [basedir] Set the config basdir</b></li>
<li><b>-s Output to Stderr </b></li>
<li><b>-d [debuglevel] Set the debuglevel </b></li>
<li><b>-u Only listen to UDP </b></li>
<li><b>-e Use a forwarded external Port </b></li>
<li><b>-U username (ssl id) to login with </b></li>
<li><b>-r "retroshare://..." for adding links to the registered running RetroShare</b></li>
</ul>
<a name="example"/>
<h3>Beispiel:</h3>
<ul>
<li><b>./retroshare-nogui -w meingeheimespasswort -e </b></li>
</ul>
</body>
</html>