From: Alexander Barton Date: Fri, 20 Jan 2017 21:05:47 +0000 (+0100) Subject: Move help output to common/help.inc and update it X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09c69a64e31b768e093321f0a68809090974f9fa;p=ngircd-web.git Move help output to common/help.inc and update it --- diff --git a/common/help.inc b/common/help.inc new file mode 100644 index 0000000..4c97ed7 --- /dev/null +++ b/common/help.inc @@ -0,0 +1,16 @@ +ngIRCd 24-CHARCONV+DEBUG+IDENT+IPv6+IRCPLUS+PAM+SNIFFER+SSL+SYSLOG+TCPWRAP+ZLIB-x86_64/pc/linux-gnu +Copyright (c)2001-2017 Alexander Barton () and Contributors. +Homepage: + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + -d, --debug log extra debug messages + -f, --config use file as configuration file + -n, --nodaemon don't fork and don't detach from controlling terminal + -p, --passive disable automatic connections to other servers + -s, --sniffer enable network sniffer and display all IRC traffic + -t, --configtest read, validate and display configuration; then exit + -V, --version output version information and exit + -h, --help display this help and exit + diff --git a/index.php.de b/index.php.de index a0fee5c..f1b8ca3 100644 --- a/index.php.de +++ b/index.php.de @@ -53,19 +53,7 @@
ngircd --help
- ngIRCd 22.1-IRCPLUS+SYSLOG+ZLIB-x86_64/unknown/linux-gnu -Copyright (c)2001-2015 Alexander Barton (<alex@barton.de>) and Contributors. -Homepage: <http://ngircd.barton.de/> - -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - -f, --config <f> use file <f> as configuration file - -n, --nodaemon don't fork and don't detach from controlling terminal - -p, --passive disable automatic connections to other servers - -t, --configtest read, validate and display configuration; then exit - -V, --version output version information and exit - -h, --help display this help and exit +

diff --git a/index.php.en b/index.php.en index 5b6eb50..a4e1d74 100644 --- a/index.php.en +++ b/index.php.en @@ -50,19 +50,7 @@
ngircd --help
- ngIRCd 22.1-IRCPLUS+SYSLOG+ZLIB-x86_64/unknown/linux-gnu -Copyright (c)2001-2015 Alexander Barton (<alex@barton.de>) and Contributors. -Homepage: <http://ngircd.barton.de/> - -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - -f, --config <f> use file <f> as configuration file - -n, --nodaemon don't fork and don't detach from controlling terminal - -p, --passive disable automatic connections to other servers - -t, --configtest read, validate and display configuration; then exit - -V, --version output version information and exit - -h, --help display this help and exit +