mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
nhttpd: remove obsolete function to show commandline help
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5a5ce50569
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-05 (Tue, 05 Sep 2017)
Origin message was:
------------------
- nhttpd: remove obsolete function to show commandline help
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -229,20 +229,6 @@ void Cyhttpd::version(FILE *dest) {
|
||||
fprintf(dest, "%s - Webserver v%s\n", HTTPD_NAME, HTTPD_VERSION);
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Show Usage
|
||||
//-----------------------------------------------------------------------------
|
||||
void Cyhttpd::usage(FILE *dest) {
|
||||
version(dest);
|
||||
fprintf(dest, "command line parameters:\n");
|
||||
fprintf(dest, "-d, --debug enable debugging code (implies -f)\n");
|
||||
fprintf(dest, "-f, --fork do not fork\n");
|
||||
fprintf(dest, "-h, --help display this text and exit\n\n");
|
||||
fprintf(dest, "-v, --version display version and exit\n");
|
||||
fprintf(dest, "-l<loglevel>, set loglevel (0 .. 9)\n");
|
||||
fprintf(dest, "-t, --thread-off set threading off\n");
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Stop WebServer
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user